Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4316 static u8 be_convert_mc_type(u32 function_mode) in be_convert_mc_type() argument
4318 if (function_mode & VNIC_MODE && function_mode & QNQ_MODE) in be_convert_mc_type()
4320 else if (function_mode & QNQ_MODE) in be_convert_mc_type()
4322 else if (function_mode & VNIC_MODE) in be_convert_mc_type()
4324 else if (function_mode & UMC_ENABLED) in be_convert_mc_type()
4341 adapter->mc_type = be_convert_mc_type(adapter->function_mode); in BEx_get_resources()
H A Dbe_cmds.c2137 adapter->function_mode = le32_to_cpu(resp->function_mode); in be_cmd_query_fw_cfg()
2142 adapter->function_mode, adapter->function_caps); in be_cmd_query_fw_cfg()
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1238 u32 function_mode; member
H A Dbe_cmds.c1462 phba->fw_config.dual_ulp_aware = (pfw_cfg->function_mode & in beiscsi_get_fw_config()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h5399 u8 function_mode; member
H A Dbnx2x_sp.c6149 rdata->function_mode = (u8)start_params->mf_mode; in bnx2x_func_send_start()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c11087 mboxq->u.mqe.un.query_fw_cfg.rsp.function_mode; in lpfc_sli4_queue_setup()