Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c58 buf_info->size = (hba->max_iotag * sizeof (emlxs_buf_t *)); in emlxs_mem_alloc_buffer()
116 seg->fc_hi_water = hba->max_iotag; in emlxs_mem_alloc_buffer()
215 buf_info->size = hba->max_iotag * sizeof (MATCHMAP *); in emlxs_mem_alloc_buffer()
229 for (i = 0; i < hba->max_iotag; i++) { in emlxs_mem_alloc_buffer()
340 buf_info->size = hba->max_iotag * sizeof (emlxs_buf_t *); in emlxs_mem_free_buffer()
349 for (j = 0; j < hba->max_iotag; j++) { in emlxs_mem_free_buffer()
356 buf_info->size = hba->max_iotag * sizeof (MATCHMAP *); in emlxs_mem_free_buffer()
H A Demlxs_fcp.c2158 for (i = 0; i < hba->max_iotag; i++) { in emlxs_register_pkt()
2159 if (!hba->fc_iotag || hba->fc_iotag >= hba->max_iotag) { in emlxs_register_pkt()
2201 if ((iotag == 0) || (iotag >= hba->max_iotag)) { in emlxs_unregister_pkt()
3696 for (iotag = 1; iotag < hba->max_iotag; iotag++) { in emlxs_chipq_node_flush()
3764 for (iotag = 1; iotag < hba->max_iotag; iotag++) { in emlxs_iotag_flush()
3910 for (iotag = 1; iotag < hba->max_iotag; iotag++) { in emlxs_chipq_node_check()
3954 for (iotag = 1; iotag < hba->max_iotag; iotag++) { in emlxs_chipq_lun_flush()
4026 hba->fc_oor_iotag = hba->max_iotag; in emlxs_create_abort_xri_cn()
4090 hba->fc_oor_iotag = hba->max_iotag; in emlxs_create_abort_xri_cx()
4146 hba->fc_oor_iotag = hba->max_iotag; in emlxs_create_close_xri_cn()
[all …]
H A Demlxs_clock.c517 for (iotag = 1; iotag < hba->max_iotag; iotag++) { in emlxs_timer_check_pkts()
1347 for (iotag = 1; iotag < hba->max_iotag; iotag++) { in emlxs_tx_watchdog()
H A Demlxs_sli4.c1093 hba->max_iotag = hba->sli.sli4.XRICount + 1; in emlxs_sli4_online()
1096 hba->max_iotag = min(hba->max_iotag, in emlxs_sli4_online()
1101 hba->fc_oor_iotag = hba->max_iotag; in emlxs_sli4_online()
5522 for (i = 0; i < hba->max_iotag; i++) { in emlxs_sli4_hba_flush_chipq()
6843 hba->max_iotag) { in emlxs_sli4_process_cq()
H A Demlxs_sli3.c940 hba->max_iotag = (uint16_t)cfg[CFG_NUM_IOTAGS].current; in emlxs_sli3_online()
942 hba->max_iotag = mb->un.varRdConfig.max_xri; in emlxs_sli3_online()
946 hba->fc_oor_iotag = hba->max_iotag; in emlxs_sli3_online()
H A Demlxs_solaris.c3841 for (i = 0; i < hba->max_iotag; i++) { in emlxs_abort_all()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1939 uint16_t max_iotag; /* ALL IOCBs except aborts */ member