Home
last modified time | relevance | path

Searched refs:fc_table (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2164 if (hba->fc_table[iotag] == 0 || in emlxs_register_pkt()
2165 hba->fc_table[iotag] == STALE_PACKET) { in emlxs_register_pkt()
2167 hba->fc_table[iotag] = sbp; in emlxs_register_pkt()
2207 sbp = hba->fc_table[iotag]; in emlxs_unregister_pkt()
2214 hba->fc_table[iotag] = ((forced) ? STALE_PACKET : NULL); in emlxs_unregister_pkt()
3697 sbp = hba->fc_table[iotag]; in emlxs_chipq_node_flush()
3765 sbp = hba->fc_table[iotag]; in emlxs_iotag_flush()
3777 hba->fc_table[iotag] = STALE_PACKET; in emlxs_iotag_flush()
3911 sbp = hba->fc_table[iotag]; in emlxs_chipq_node_check()
3955 sbp = hba->fc_table[iotag]; in emlxs_chipq_lun_flush()
[all …]
H A Demlxs_mem.c68 hba->fc_table = buf_info->virt; in emlxs_mem_alloc_buffer()
69 bzero(hba->fc_table, buf_info->size); in emlxs_mem_alloc_buffer()
338 if (hba->fc_table) { in emlxs_mem_free_buffer()
341 buf_info->virt = hba->fc_table; in emlxs_mem_free_buffer()
343 hba->fc_table = NULL; in emlxs_mem_free_buffer()
H A Demlxs_clock.c518 sbp = hba->fc_table[iotag]; in emlxs_timer_check_pkts()
532 hba->fc_table[iotag] = STALE_PACKET; in emlxs_timer_check_pkts()
1348 sbp = hba->fc_table[iotag]; in emlxs_tx_watchdog()
H A Demlxs_sli4.c5523 sbp = hba->fc_table[i]; in emlxs_sli4_hba_flush_chipq()
5527 hba->fc_table[i] = STALE_PACKET; in emlxs_sli4_hba_flush_chipq()
5646 sbp = hba->fc_table[request_tag]; in emlxs_sli4_process_wqe_cmpl()
7743 ((hba->fc_table[iotag] != NULL) && in emlxs_sli4_reserve_xri()
7744 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_reserve_xri()
7824 (hba->fc_table[xrip->iotag] != NULL) && in emlxs_sli4_unreserve_xri()
7825 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_sli4_unreserve_xri()
7828 xrip->XRI, hba->fc_table[xrip->iotag], xrip->type); in emlxs_sli4_unreserve_xri()
7830 hba->fc_table[xrip->iotag] = NULL; in emlxs_sli4_unreserve_xri()
7914 ((hba->fc_table[iotag] != NULL) && in emlxs_sli4_register_xri()
[all …]
H A Demlxs_fct.c2404 hba->fc_table[cmd_sbp->xrip->iotag]);
3126 if ((hba->fc_table[xrip->iotag]) &&
3127 (hba->fc_table[xrip->iotag] != STALE_PACKET)) {
3130 xrip->XRI, xrip->iotag, hba->fc_table[xrip->iotag]);
H A Demlxs_solaris.c3667 (sbp == hba->fc_table[sbp->iotag])) { in emlxs_fca_pkt_abort()
3842 sbp = hba->fc_table[i]; in emlxs_abort_all()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1933 emlxs_buf_t **fc_table; /* sc_buf pointers indexed by */ member