Home | History | Annotate | Download | only in tcp

Lines Matching refs:rx_bhs

250 		= &iscsi->rx_bhs.scsi_response;
288 struct iscsi_bhs_data_in *data_in = &iscsi->rx_bhs.data_in;
326 struct iscsi_bhs_r2t *r2t = &iscsi->rx_bhs.r2t;
1024 = &iscsi->rx_bhs.login_response;
1303 * This fills in iscsi::rx_bhs with the data from the BHS portion of
1308 memcpy ( &iscsi->rx_bhs.bytes[iscsi->rx_offset], data, len );
1309 if ( ( iscsi->rx_offset + len ) >= sizeof ( iscsi->rx_bhs ) ) {
1311 iscsi, iscsi->rx_bhs.common.opcode,
1312 ISCSI_DATA_LEN ( iscsi->rx_bhs.common.lengths ) );
1344 * Handle processing of part of a PDU data segment. iscsi::rx_bhs
1350 = &iscsi->rx_bhs.common_response;
1383 * iscsi::rx_bhs with the contents of the BHS portion of the PDU,
1393 struct iscsi_bhs_common *common = &iscsi->rx_bhs.common;
1405 iscsi->rx_len = sizeof ( iscsi->rx_bhs );