/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.h | 128 #define is_sriov(function_mode) \ 129 ((function_mode == VXGE_HW_FUNCTION_MODE_SRIOV) || \ 130 (function_mode == VXGE_HW_FUNCTION_MODE_SRIOV_8) || \ 131 (function_mode == VXGE_HW_FUNCTION_MODE_SRIOV_4))
|
H A D | vxge-main.c | 2723 u64 val64, function_mode; vxge_open() local 2730 function_mode = vdev->config.device_hw_info.function_mode; vxge_open() 4123 static inline u32 vxge_get_num_vfs(u64 function_mode) vxge_get_num_vfs() argument 4127 switch (function_mode) { vxge_get_num_vfs() 4338 u32 function_mode; vxge_probe() local 4480 function_mode = ll_config->device_hw_info.function_mode; vxge_probe() 4493 num_vfs = vxge_get_num_vfs(function_mode) - 1; vxge_probe() 4496 if (is_sriov(function_mode) && !is_sriov_initialized(pdev) && vxge_probe() 4679 switch (ll_config->device_hw_info.function_mode) { vxge_probe() 4738 if (ll_config->device_hw_info.function_mode == vxge_probe()
|
H A D | vxge-config.h | 806 u64 function_mode; member in struct:vxge_hw_device_hw_info
|
H A D | vxge-config.c | 945 hw_info->function_mode = VXGE_HW_GET_FUNC_MODE_VAL(data0); __vxge_hw_vpath_pci_func_mode_get()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 540 u32 function_mode; member in struct:be_adapter 615 #define be_is_qnq_mode(adapter) (adapter->function_mode & QNQ_MODE) 632 (adapter->function_mode & RDMA_ENABLED))
|
H A D | be_main.c | 3685 /* Converting function_mode bits on BE3 to SH mc_type enums */ 3687 static u8 be_convert_mc_type(u32 function_mode) be_convert_mc_type() argument 3689 if (function_mode & VNIC_MODE && function_mode & QNQ_MODE) be_convert_mc_type() 3691 else if (function_mode & QNQ_MODE) be_convert_mc_type() 3693 else if (function_mode & VNIC_MODE) be_convert_mc_type() 3695 else if (function_mode & UMC_ENABLED) be_convert_mc_type() 3712 adapter->mc_type = be_convert_mc_type(adapter->function_mode); BEx_get_resources()
|
H A D | be_cmds.c | 2053 adapter->function_mode = le32_to_cpu(resp->function_mode); be_cmd_query_fw_cfg() 2057 "FW config: function_mode=0x%x, function_caps=0x%x\n", be_cmd_query_fw_cfg() 2058 adapter->function_mode, adapter->function_caps); be_cmd_query_fw_cfg()
|
H A D | be_cmds.h | 1121 u32 function_mode; member in struct:be_cmd_resp_query_fw_cfg
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 1638 u32 function_mode, u32 standard) cx231xx_dif_configure_C2HH_for_low_IF() 1652 AFE_CTRL_C2HH_SRC_CTRL, 23, 24, function_mode); cx231xx_dif_configure_C2HH_for_low_IF() 1671 function_mode); cx231xx_dif_configure_C2HH_for_low_IF() 1696 function_mode); cx231xx_dif_configure_C2HH_for_low_IF() 1716 function_mode); cx231xx_dif_configure_C2HH_for_low_IF() 1637 cx231xx_dif_configure_C2HH_for_low_IF(struct cx231xx *dev, u32 mode, u32 function_mode, u32 standard) cx231xx_dif_configure_C2HH_for_low_IF() argument
|
H A D | cx231xx.h | 802 u32 function_mode, u32 standard);
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
H A D | be_cmds.h | 1113 u32 function_mode; member in struct:be_fw_cfg
|
H A D | be_mgmt.c | 405 phba->fw_config.dual_ulp_aware = (pfw_cfg->function_mode & mgmt_get_fw_config()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_hw4.h | 1462 uint32_t function_mode; member in struct:lpfc_mbx_query_fw_config::__anon9209
|
H A D | lpfc_init.c | 7500 mboxq->u.mqe.un.query_fw_cfg.rsp.function_mode; lpfc_sli4_queue_setup()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 5256 u8 function_mode; member in struct:function_start_data
|
H A D | bnx2x_sp.c | 5668 rdata->function_mode = (u8)start_params->mf_mode; bnx2x_func_send_start()
|