Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c199 uint16_t ixlopcode; in hci1394_ixl_find_next_exec_xfer() local
218 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_find_next_exec_xfer()
221 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) && in hci1394_ixl_find_next_exec_xfer()
222 ((ixlopcode & IXL1394_OPTY_MASK) != 0)) { in hci1394_ixl_find_next_exec_xfer()
228 if (ixlopcode == IXL1394_OP_JUMP) { in hci1394_ixl_find_next_exec_xfer()
248 if ((ixlopcode == IXL1394_OP_CALLBACK) && in hci1394_ixl_find_next_exec_xfer()
270 hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode, in hci1394_ixl_check_status() argument
294 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) { in hci1394_ixl_check_status()
H A Dhci1394_ixl_comp.c94 static boolean_t hci1394_is_opcode_valid(uint16_t ixlopcode);
352 uint16_t ixlopcode = 0; /* opcode of currnt ixl cmd */ in hci1394_parse_ixl() local
367 ixlopcode = ixlcurp->ixl_opcode; in hci1394_parse_ixl()
375 ((ixlopcode & IXL1394_OPF_ONRECV) == 0)) || in hci1394_parse_ixl()
377 ((ixlopcode & IXL1394_OPF_ONXMIT) == 0))) { in hci1394_parse_ixl()
380 if (hci1394_is_opcode_valid(ixlopcode) != B_TRUE) { in hci1394_parse_ixl()
385 tnf_opaque, ixl_opcode, ixlopcode); in hci1394_parse_ixl()
394 ixlopcode); in hci1394_parse_ixl()
405 if ((ixlopcode & IXL1394_OPF_ENDSXFER) != 0) { in hci1394_parse_ixl()
417 switch (ixlopcode) { in hci1394_parse_ixl()
[all …]
H A Dhci1394_ixl_isr.c166 uint16_t ixlopcode; in hci1394_ixl_dma_sync() local
191 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_dma_sync()
199 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) && in hci1394_ixl_dma_sync()
200 ((ixlopcode & IXL1394_OPTY_MASK) != 0)) { in hci1394_ixl_dma_sync()
217 switch (ixlopcode) { in hci1394_ixl_dma_sync()
319 uint16_t ixlopcode; in hci1394_ixl_intr_check_xfer() local
328 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE; in hci1394_ixl_intr_check_xfer()
340 ixlopcode, timestampp, B_TRUE) != 0) { in hci1394_ixl_intr_check_xfer()
376 ixlopcode, timestampp, 1) != B_TRUE) { in hci1394_ixl_intr_check_xfer()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h280 int hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode,