/kernel/linux/linux-5.10/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 | 4103 static inline u32 vxge_get_num_vfs(u64 function_mode) in vxge_get_num_vfs() argument 4107 switch (function_mode) { in vxge_get_num_vfs() 4318 u32 function_mode; in vxge_probe() local 4459 function_mode = ll_config->device_hw_info.function_mode; in vxge_probe() 4472 num_vfs = vxge_get_num_vfs(function_mode) - 1; in vxge_probe() 4475 if (is_sriov(function_mode) && !is_sriov_initialized(pdev) && in vxge_probe() 4658 switch (ll_config->device_hw_info.function_mode) { in vxge_probe() 4717 if (ll_config->device_hw_info.function_mode == in vxge_probe()
|
H A D | vxge-config.h | 806 u64 function_mode; member
|
H A D | vxge-config.c | 945 hw_info->function_mode = VXGE_HW_GET_FUNC_MODE_VAL(data0); in __vxge_hw_vpath_pci_func_mode_get()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 628 u32 function_mode; member 744 #define be_is_qnq_mode(adapter) (adapter->function_mode & QNQ_MODE) 777 (adapter->function_mode & RDMA_ENABLED))
|
H A D | be_main.c | 4313 /* Converting function_mode bits on BE3 to SH mc_type enums */ 4315 static u8 be_convert_mc_type(u32 function_mode) in be_convert_mc_type() argument 4317 if (function_mode & VNIC_MODE && function_mode & QNQ_MODE) in be_convert_mc_type() 4319 else if (function_mode & QNQ_MODE) in be_convert_mc_type() 4321 else if (function_mode & VNIC_MODE) in be_convert_mc_type() 4323 else if (function_mode & UMC_ENABLED) in be_convert_mc_type() 4340 adapter->mc_type = be_convert_mc_type(adapter->function_mode); in BEx_get_resources()
|
H A D | be_cmds.c | 2136 adapter->function_mode = le32_to_cpu(resp->function_mode); in be_cmd_query_fw_cfg() 2140 "FW config: function_mode=0x%x, function_caps=0x%x\n", in be_cmd_query_fw_cfg() 2141 adapter->function_mode, adapter->function_caps); in be_cmd_query_fw_cfg()
|
H A D | be_cmds.h | 1187 u32 function_mode; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 627 u32 function_mode; member 743 #define be_is_qnq_mode(adapter) (adapter->function_mode & QNQ_MODE) 776 (adapter->function_mode & RDMA_ENABLED))
|
H A D | be_main.c | 4313 /* Converting function_mode bits on BE3 to SH mc_type enums */ 4315 static u8 be_convert_mc_type(u32 function_mode) in be_convert_mc_type() argument 4317 if (function_mode & VNIC_MODE && function_mode & QNQ_MODE) in be_convert_mc_type() 4319 else if (function_mode & QNQ_MODE) in be_convert_mc_type() 4321 else if (function_mode & VNIC_MODE) in be_convert_mc_type() 4323 else if (function_mode & UMC_ENABLED) in be_convert_mc_type() 4340 adapter->mc_type = be_convert_mc_type(adapter->function_mode); in BEx_get_resources()
|
H A D | be_cmds.c | 2137 adapter->function_mode = le32_to_cpu(resp->function_mode); in be_cmd_query_fw_cfg() 2141 "FW config: function_mode=0x%x, function_caps=0x%x\n", in be_cmd_query_fw_cfg() 2142 adapter->function_mode, adapter->function_caps); in be_cmd_query_fw_cfg()
|
H A D | be_cmds.h | 1187 u32 function_mode; member
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 1652 u32 function_mode, u32 standard) in cx231xx_dif_configure_C2HH_for_low_IF() 1666 AFE_CTRL_C2HH_SRC_CTRL, 23, 24, function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1685 function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1710 function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1730 function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1651 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 | 784 u32 function_mode, u32 standard);
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 1652 u32 function_mode, u32 standard) in cx231xx_dif_configure_C2HH_for_low_IF() 1666 AFE_CTRL_C2HH_SRC_CTRL, 23, 24, function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1685 function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1710 function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1730 function_mode); in cx231xx_dif_configure_C2HH_for_low_IF() 1651 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 | 782 u32 function_mode, u32 standard);
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_cmds.h | 1238 u32 function_mode; member
|
H A D | be_cmds.c | 1464 phba->fw_config.dual_ulp_aware = (pfw_cfg->function_mode & in beiscsi_get_fw_config()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_cmds.h | 1238 u32 function_mode; member
|
H A D | be_cmds.c | 1462 phba->fw_config.dual_ulp_aware = (pfw_cfg->function_mode & in beiscsi_get_fw_config()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 5399 u8 function_mode; member
|
H A D | bnx2x_sp.c | 6149 rdata->function_mode = (u8)start_params->mf_mode; in bnx2x_func_send_start()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_hw4.h | 1818 uint32_t function_mode; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 5399 u8 function_mode; member
|
H A D | bnx2x_sp.c | 6149 rdata->function_mode = (u8)start_params->mf_mode; in bnx2x_func_send_start()
|