Home
last modified time | relevance | path

Searched refs:DESC_HDR_REQCOUNT_MASK (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_update.c1107 uvp->hcihdr &= ~DESC_HDR_REQCOUNT_MASK; in hci1394_ixl_update_prep_recv_pkt()
1109 DESC_HDR_REQCOUNT_MASK; in hci1394_ixl_update_prep_recv_pkt()
1216 DESC_HDR_REQCOUNT_MASK; in hci1394_ixl_update_prep_recv_buf()
1370 uvp->hcihdr &= ~DESC_HDR_REQCOUNT_MASK; in hci1394_ixl_update_prep_send_pkt()
1372 DESC_HDR_REQCOUNT_MASK; in hci1394_ixl_update_prep_send_pkt()
1501 DESC_HDR_REQCOUNT_MASK; in hci1394_ixl_update_prep_send_buf()
1807 desc_hdr = (desc_hdr & ~DESC_HDR_REQCOUNT_MASK) | in hci1394_ixl_update_perform()
1932 desc_hdr = (desc_hdr & ~DESC_HDR_REQCOUNT_MASK) | in hci1394_ixl_update_perform()
H A Dhci1394_q.c976 data = DESC_AT_OMI | (hdrsize & DESC_HDR_REQCOUNT_MASK); in hci1394_q_at_write_OMI()
1037 data = DESC_AT_OLI | (hdrsize & DESC_HDR_REQCOUNT_MASK); in hci1394_q_at_write_OLI()
1156 data = DESC_AT_OL | (size & DESC_HDR_REQCOUNT_MASK); in hci1394_q_at_write_OL()
1716 data = DESC_AR_IM | (datasize & DESC_HDR_REQCOUNT_MASK); in hci1394_q_ar_write_IM()
H A Dhci1394_ixl_misc.c364 bufsiz = (desc_hdr & DESC_HDR_REQCOUNT_MASK) >> in hci1394_ixl_check_status()
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h147 #define DESC_HDR_REQCOUNT_MASK 0x0000FFFF /* IR only */ macro
152 (((DESCP)->hdr & DESC_HDR_REQCOUNT_MASK) >> DESC_HDR_REQCOUNT_SHIFT)