Searched refs:ixlopcode (Results 1 – 4 of 4) sorted by relevance
179 uint16_t ixlopcode; in hci1394_ixl_find_next_exec_xfer() local195 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() argument258 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) { in hci1394_ixl_check_status()
89 static boolean_t hci1394_is_opcode_valid(uint16_t ixlopcode);315 uint16_t ixlopcode = 0; /* opcode of currnt ixl cmd */ in hci1394_parse_ixl() local327 ixlopcode = ixlcurp->ixl_opcode; in hci1394_parse_ixl()335 ((ixlopcode & IXL1394_OPF_ONRECV) == 0)) || in hci1394_parse_ixl()337 ((ixlopcode & IXL1394_OPF_ONXMIT) == 0))) { in hci1394_parse_ixl()340 if (hci1394_is_opcode_valid(ixlopcode) != B_TRUE) { in hci1394_parse_ixl()352 if ((ixlopcode & IXL1394_OPF_ENDSXFER) != 0) { in hci1394_parse_ixl()364 switch (ixlopcode) { in hci1394_parse_ixl()505 if ((ixlopcode & IXL1394_OPF_UPDATE) != 0) { in hci1394_parse_ixl()654 if ((ixlopcode & IXL1394_OPF_UPDATE) != 0) { in hci1394_parse_ixl()[all …]
141 uint16_t ixlopcode; in hci1394_ixl_dma_sync() local163 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() local286 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()
278 int hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode,