Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2173 if (hba->fc_table[iotag] == 0 || in emlxs_register_pkt()
2174 hba->fc_table[iotag] == STALE_PACKET) { in emlxs_register_pkt()
2176 hba->fc_table[iotag] = sbp; in emlxs_register_pkt()
2216 sbp = hba->fc_table[iotag]; in emlxs_unregister_pkt()
3706 sbp = hba->fc_table[iotag]; in emlxs_chipq_node_flush()
3774 sbp = hba->fc_table[iotag]; in emlxs_iotag_flush()
3786 hba->fc_table[iotag] = STALE_PACKET; in emlxs_iotag_flush()
3920 sbp = hba->fc_table[iotag]; in emlxs_chipq_node_check()
3964 sbp = hba->fc_table[iotag]; in emlxs_chipq_lun_flush()
4042 sbp = hba->fc_table[iotag]; in emlxs_create_abort_xri_cn()
[all …]
H A Demlxs_mem.c70 hba->fc_table = buf_info->virt; in emlxs_mem_alloc_buffer()
71 bzero(hba->fc_table, buf_info->size); in emlxs_mem_alloc_buffer()
376 if (hba->fc_table) { in emlxs_mem_free_buffer()
379 buf_info->virt = hba->fc_table; in emlxs_mem_free_buffer()
381 hba->fc_table = NULL; in emlxs_mem_free_buffer()
H A Demlxs_clock.c518 sbp = hba->fc_table[iotag]; in emlxs_timer_check_pkts()
539 hba->fc_table[iotag] = STALE_PACKET; in emlxs_timer_check_pkts()
1355 sbp = hba->fc_table[iotag]; in emlxs_tx_watchdog()
H A Demlxs_sli4.c5878 sbp = hba->fc_table[i]; in emlxs_sli4_hba_flush_chipq()
5882 hba->fc_table[i] = STALE_PACKET; in emlxs_sli4_hba_flush_chipq()
6001 sbp = hba->fc_table[request_tag]; in emlxs_sli4_process_wqe_cmpl()
8136 ((hba->fc_table[iotag] != NULL) && in emlxs_sli4_reserve_xri()
8223 hba->fc_table[xrip->iotag] = NULL; in emlxs_sli4_unreserve_xri()
8307 ((hba->fc_table[iotag] != NULL) && in emlxs_sli4_register_xri()
8319 hba->fc_table[iotag] = sbp; in emlxs_sli4_register_xri()
8372 ((hba->fc_table[iotag] != NULL) && in emlxs_sli4_alloc_xri()
8385 hba->fc_table[iotag] = sbp; in emlxs_sli4_alloc_xri()
8474 hba->fc_table[xrip->iotag] = NULL; in emlxs_sli4_free_xri()
[all …]
H A Demlxs_fct.c2418 hba->fc_table[cmd_sbp->xrip->iotag]); in emlxs_fct_handle_unsol_req()
3140 if ((hba->fc_table[xrip->iotag]) && in emlxs_fct_handle_abort()
3141 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_fct_handle_abort()
3144 xrip->XRI, xrip->iotag, hba->fc_table[xrip->iotag]); in emlxs_fct_handle_abort()
H A Demlxs_solaris.c3677 (sbp == hba->fc_table[sbp->iotag])) { in emlxs_fca_pkt_abort()
3852 sbp = hba->fc_table[i]; in emlxs_abort_all()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1947 emlxs_buf_t **fc_table; /* sc_buf pointers indexed by */ member