Home
last modified time | relevance | path

Searched refs:function_number (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c493 ql_8021_wr_32(ha, UNM_CRB_WIN_LOCK_ID, ha->function_number); in ql_8021_crb_win_lock()
1799 nx_legacy_intr = &legacy_intr[ha->function_number]; in ql_8021_update_crb_int_ptr()
1818 val = (1 << (ha->function_number * 4)); in ql_8021_set_drv_active()
1820 val |= (1 << (ha->function_number * 4)); in ql_8021_set_drv_active()
1837 val &= ~(1 << (ha->function_number * 4)); in ql_8021_clr_drv_active()
1852 drv_state |= (1 << (ha->function_number * 4)); in ql_8021_need_reset_handler()
1941 (2 << (ha->function_number * 4)); in ql_8021_idc_handler()
H A Dql_iocb.c224 ha->function_number << 5 | 4; in ql_start_iocb()
398 ha->function_number << 5 | 4; in ql_isp_cmd()
H A Dql_api.c970 ha->function_number = (uint8_t) in ql_attach()
1175 if (ha->function_number & BIT_0) { in ql_attach()
1187 ha->iobase += 0xBC000 + (ha->function_number << 11); in ql_attach()
1189 (ha->function_number << 11); in ql_attach()
1203 (ha->function_number << 12)); in ql_attach()
1205 (ha->function_number * 8); in ql_attach()
H A Dql_xioctl.c7104 ha->function_number && in ql_process_flt()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h385 uint32_t function_number; /* function number */ member
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1679 uint8_t function_number; member
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1912 p_cfgp->function_number = func; in nxge_use_default_dma_config_n2()
2165 p_cfgp->function_number = nxgep->function_num; in nxge_use_cfg_dma_config()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c4629 u32_t function_number = (1 << 8) | (1 << 6) | 0; in lm_chip_init() local
4633 REG_WR(pdev, start_reg + 4 * i, function_number + 2 * i); in lm_chip_init()