Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c179 uint16_t ixlopcode; in hci1394_ixl_find_next_exec_xfer() local
195 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_find_next_exec_xfer()
198 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) && in hci1394_ixl_find_next_exec_xfer()
199 ((ixlopcode & IXL1394_OPTY_MASK) != 0)) { in hci1394_ixl_find_next_exec_xfer()
205 if (ixlopcode == IXL1394_OP_JUMP) { in hci1394_ixl_find_next_exec_xfer()
218 if ((ixlopcode == IXL1394_OP_CALLBACK) && in hci1394_ixl_find_next_exec_xfer()
238 hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode, in hci1394_ixl_check_status() argument
258 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) { in hci1394_ixl_check_status()
H A Dhci1394_ixl_comp.c327 ixlopcode = ixlcurp->ixl_opcode; in hci1394_parse_ixl()
364 switch (ixlopcode) { in hci1394_parse_ixl()
839 uint16_t ixlopcode; in hci1394_finalize_all_xfer_desc() local
1091 uint16_t ixlopcode; in hci1394_finalize_cur_xfer_desc() local
1096 ixlopcode = wvp->ixl_cur_cmdp->ixl_opcode; in hci1394_finalize_cur_xfer_desc()
1097 ixlopraw = ixlopcode & ~IXL1394_OPF_UPDATE; in hci1394_finalize_cur_xfer_desc()
1099 ixlopcode = ixlopraw = IXL1394_OP_INVALID; in hci1394_finalize_cur_xfer_desc()
1125 if (ixlopcode == IXL1394_OP_JUMP_U) { in hci1394_finalize_cur_xfer_desc()
1153 if ((ixlopcode == IXL1394_OP_JUMP_U) != 0) { in hci1394_finalize_cur_xfer_desc()
2329 hci1394_is_opcode_valid(uint16_t ixlopcode) in hci1394_is_opcode_valid() argument
[all …]
H A Dhci1394_ixl_isr.c141 uint16_t ixlopcode; in hci1394_ixl_dma_sync() local
163 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_dma_sync()
171 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) && in hci1394_ixl_dma_sync()
172 ((ixlopcode & IXL1394_OPTY_MASK) != 0)) { in hci1394_ixl_dma_sync()
187 switch (ixlopcode) { in hci1394_ixl_dma_sync()
281 uint16_t ixlopcode; in hci1394_ixl_intr_check_xfer() local
286 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_intr_check_xfer()
298 ixlopcode, timestampp, B_TRUE) != 0) { in hci1394_ixl_intr_check_xfer()
334 ixlopcode, timestampp, 1) != B_TRUE) { in hci1394_ixl_intr_check_xfer()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h278 int hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode,