Home
last modified time | relevance | path

Searched refs:bhs (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/idm/
H A Didm_so.c739 iscsi_hdr_t *bhs; in idm_sorecvhdr() local
755 bhs = pdu->isp_hdr; in idm_sorecvhdr()
765 (bhs->hlength * sizeof (uint32_t)); in idm_sorecvhdr()
766 pdu->isp_datalen = n2h24(bhs->dlength); in idm_sorecvhdr()
773 if (bhs->hlength > IDM_SORX_CACHE_AHSLEN) { in idm_sorecvhdr()
790 if (bhs->hlength > 0) { in idm_sorecvhdr()
1543 iscsi_data_hdr_t *bhs; in idm_so_rx_datain() local
1554 bhs = (iscsi_data_hdr_t *)pdu->isp_hdr; in idm_so_rx_datain()
1555 datasn = ntohl(bhs->datasn); in idm_so_rx_datain()
1556 offset = ntohl(bhs->offset); in idm_so_rx_datain()
[all …]
/titanic_50/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c234 iscsi_data_hdr_t *bhs; in iser_xfer_ctrlpdu() local
252 bhs = (iscsi_data_hdr_t *)pdu->isp_hdr; in iser_xfer_ctrlpdu()
296 ((bhs->opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_SCSI_CMD) && in iser_xfer_ctrlpdu()
297 ((idt = idm_task_find(ic, bhs->itt, bhs->ttt)) != NULL)) { in iser_xfer_ctrlpdu()
H A Diser_cq.c594 iscsi_hdr_t *bhs; in iser_iscsihdr_handle() local
627 bhs = pdu->isp_hdr; in iser_iscsihdr_handle()
629 (bhs->hlength * sizeof (uint32_t)); in iser_iscsihdr_handle()
630 pdu->isp_datalen = n2h24(bhs->dlength); in iser_iscsihdr_handle()