Searched defs:iotag (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c51 "cmd=0x%x iotag=0x%x status=0x%x perr=0x%x",
321 "Receive sequence list: cmd=0x%x iotag=0x%x status=0x%x "
394 "create_xri: cmd=0x%x iotag=0x%x status=0x%x w4=0x%x. "
407 "create_xri: cmd=0x%x iotag=0x%x status=0x%x w4=0x%x. "
418 "create_xri: cmd=0x%x iotag=0x%x status=0x%x w4=0x%x. "
437 "create_xri completed: DID=0x%x Xri=0x%x iotag=0x%x",
463 uint16_t iotag; local
489 /* Get the iotag by registering the packet */
490 iotag = emlxs_register_pkt(cp, sbp);
492 if (!iotag) {
[all...]
H A Demlxs_clock.c288 uint32_t iotag; local
492 "TXQ abort: sbp=%p iotag=%d tmo=%d", sbp,
493 sbp->iotag, (pkt) ? pkt->pkt_timeout : 0);
517 for (iotag = 1; iotag < hba->max_iotag; iotag++) {
518 sbp = hba->fc_table[iotag];
529 "timer_check_pkts: Invalid IO found. iotag=%d",
530 iotag);
532 hba->fc_table[iotag]
1336 uint32_t iotag; local
[all...]
H A Demlxs_fcp.c99 "cmd=%x iotag=%d", cmd->ULPCOMMAND, cmd->ULPIOTAG);
2002 /* For safety flush every iotag list */
2142 uint16_t iotag; local
2149 if (sbp->iotag != 0) {
2153 "Pkt already registered! channel=%d iotag=%d sbp=%p",
2154 sbp->channel, sbp->iotag, sbp);
2157 iotag = 0;
2162 iotag = hba->fc_iotag++;
2164 if (hba->fc_table[iotag] == 0 ||
2165 hba->fc_table[iotag]
2192 emlxs_unregister_pkt(CHANNEL *cp, uint16_t iotag, uint32_t forced) argument
3682 uint32_t iotag; local
3753 uint32_t iotag; local
3897 uint32_t iotag; local
3942 uint32_t iotag; local
4003 emlxs_create_abort_xri_cn(emlxs_port_t *port, NODELIST *ndlp, uint16_t iotag, CHANNEL *cp, uint8_t class, int32_t flag) argument
4123 emlxs_create_close_xri_cn(emlxs_port_t *port, NODELIST *ndlp, uint16_t iotag, CHANNEL *cp) argument
[all...]
H A Demlxs_sli3.c945 /* Set out-of-range iotag base */
2359 bmp = hba->sli.sli3.bpl_table[sbp->iotag];
2668 bmp = hba->sli.sli3.bpl_table[sbp->iotag];
2675 "fct_sli2_bde_setup: Unable to BPL buffer. iotag=%d",
2676 sbp->iotag);
3586 uint32_t iotag; local
3599 /* Get the iotag by registering the packet */
3600 iotag = emlxs_register_pkt(cp, cmd_sbp);
3602 if (!iotag) {
3605 "Adapter Busy. Unable to allocate iotag
3778 uint16_t iotag; local
3873 uint16_t iotag; local
3977 uint16_t iotag; local
4076 uint16_t iotag; local
[all...]
H A Demlxs_sli4.c1100 /* Set out-of-range iotag base */
2979 "ISSUE QID %d WQE iotag:%x xri:%d", wq->qid,
2987 "Xmit WQE iotag:%x xri:%d aborted",
3898 "FCT Abort Request: xri=%d iotag=%d sbp=%p rxid=%x",
3899 xrip->XRI, xrip->iotag, cmd_sbp, pkt->pkt_cmd_fhdr.rx_id);
3921 wqe->RequestTag = xrip->iotag;
3976 cmd_sbp->iotag = xrip->iotag;
4024 wqe->RequestTag = xrip->iotag;
4095 cmd_sbp->iotag
4181 uint16_t iotag; local
7306 uint32_t iotag; local
7724 uint16_t iotag; local
7879 uint16_t iotag; local
7963 uint16_t iotag; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h102 uint16_t iotag; member in struct:XRIobj
H A Demlxs_fc.h51 uint32_t iotag; /* iotag for this cmd */ member in struct:emlxs_buf
1570 MATCHMAP **bpl_table; /* iotag table for */
1934 /* iotag */
1942 /* regular iotag */

Completed in 114 milliseconds