Home
last modified time | relevance | path

Searched refs:pci_function_number (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c197 ha->instance, ha->vp_index, ha->pci_function_number, fn); in ql_el_msg()
317 ha->vp_index, ha->pci_function_number, s); in ql_dbg_msg()
326 ha->pci_function_number, s); in ql_dbg_msg()
H A Dql_nx.c507 ql_8021_wr_32(ha, UNM_CRB_WIN_LOCK_ID, ha->pci_function_number); in ql_8021_crb_win_lock()
1864 nx_legacy_intr = &legacy_intr[ha->pci_function_number]; in ql_8021_update_crb_int_ptr()
1883 val = (1 << (ha->pci_function_number * 4)); in ql_8021_set_drv_active()
1885 val |= (1 << (ha->pci_function_number * 4)); in ql_8021_set_drv_active()
1902 val &= ~(1 << (ha->pci_function_number * 4)); in ql_8021_clr_drv_active()
1918 drv_state |= (1 << (ha->pci_function_number * 4)); in ql_8021_need_reset_handler()
1930 drv_state |= (1 << (ha->pci_function_number * 4)); in ql_8021_need_reset_handler()
2085 drv_state |= (2 << (ha->pci_function_number * 4)); in ql_8021_idc_handler()
2142 drv_state &= ~(1 << (ha->pci_function_number * 4)); in ql_8021_idc_handler()
2143 drv_state &= ~(2 << (ha->pci_function_number * 4)); in ql_8021_idc_handler()
[all …]
H A Dql_api.c1020 ha->pci_function_number = (uint8_t) in ql_attach()
1252 if (ha->pci_function_number != 0 && in ql_attach()
1253 ha->pci_function_number != 2) { in ql_attach()
1289 ha->function_number = ha->pci_function_number; in ql_attach()
1336 if (ha->pci_function_number & BIT_0) { in ql_attach()
1354 ha->iobase += 0xBC000 + (ha->pci_function_number << 11); in ql_attach()
1356 (ha->pci_function_number << 11); in ql_attach()
1378 (ha->pci_function_number << 12)); in ql_attach()
1380 (ha->pci_function_number * 8); in ql_attach()
H A Dql_xioctl.c1460 chip.FuncNo = ha->pci_function_number; in ql_qry_chip()
7440 ha->pci_function_number && in ql_process_flt()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h385 uint8_t pci_function_number; member
H A Demlxs_fc.h1729 uint8_t pci_function_number; member
H A Demlxs_mbox.h4718 uint8_t pci_function_number; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1752 uint8_t pci_function_number; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2166 hba->pci_function_number = in emlxs_init_adapter_info()
H A Demlxs_dfc.c4088 hbainfo->pci_function_number = hba->pci_function_number; in emlxs_dfc_get_hbainfo()
H A Demlxs_sli4.c369 if (hba->pci_function_number) { in emlxs_sli4_online()