Searched defs:ixlopcode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c199 uint16_t ixlopcode; local
218 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE;
221 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) &&
222 ((ixlopcode & IXL1394_OPTY_MASK) != 0)) {
228 if (ixlopcode == IXL1394_OP_JUMP) {
248 if ((ixlopcode == IXL1394_OP_CALLBACK) &&
270 hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode, argument
294 if ((ixlopcode & IXL1394_OPF_ONXMIT) != 0) {
H A Dhci1394_ixl_isr.c166 uint16_t ixlopcode; local
191 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE;
199 if (((ixlopcode & IXL1394_OPF_ISXFER) != 0) &&
200 ((ixlopcode & IXL1394_OPTY_MASK) != 0)) {
217 switch (ixlopcode) {
319 uint16_t ixlopcode; local
328 ixlopcode = ixlp->ixl_opcode & ~IXL1394_OPF_UPDATE;
340 ixlopcode, timestampp, B_TRUE) != 0) {
376 ixlopcode, timestampp, 1) != B_TRUE) {
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 */ local
367 ixlopcode = ixlcurp->ixl_opcode;
375 ((ixlopcode & IXL1394_OPF_ONRECV) == 0)) ||
377 ((ixlopcode & IXL1394_OPF_ONXMIT) == 0))) {
380 if (hci1394_is_opcode_valid(ixlopcode) != B_TRUE) {
385 tnf_opaque, ixl_opcode, ixlopcode);
394 ixlopcode);
405 if ((ixlopcode & IXL1394_OPF_ENDSXFER) != 0) {
417 switch (ixlopcode) {
974 uint16_t ixlopcode; local
1246 uint16_t ixlopcode; local
2799 hci1394_is_opcode_valid(uint16_t ixlopcode) argument
[all...]

Completed in 74 milliseconds