/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 42 struct lmac { struct 50 u8 lmac_type; argument 55 int lmacid; /* ID within BGX */ argument 56 int lmacid_bd; /* ID on board */ argument 69 struct lmac lmac[MAX_LMAC_PER_BGX]; argument 107 static u64 bgx_reg_read(struct bgx *bgx, u8 lmac, u64 offset) in bgx_reg_read() 114 static void bgx_reg_write(struct bgx *bgx, u8 lmac, u64 offset, u64 val) in bgx_reg_write() 121 static void bgx_reg_modify(struct bgx *bgx, u8 lmac, u64 offset, u64 val) in bgx_reg_modify() 128 static int bgx_poll_reg(struct bgx *bgx, u8 lmac, u64 reg, u64 mask, bool zero) in bgx_poll_reg() 209 struct lmac *lmac; in bgx_get_lmac_link_state() local [all …]
|
D | nic_main.c | 53 #define NIC_SET_VF_LMAC_MAP(bgx, lmac) (((bgx & 0xF) << 4) | (lmac & 0xF)) argument 161 int bgx_idx, lmac; in nic_mbx_send_ready() local 233 int bgx_idx, lmac; in nic_get_bgx_stats() local 255 int bgx, lmac, lmac_cnt; in nic_update_hw_frs() local 286 int lmac, max_lmac; in nic_set_tx_pkt_pad() local 321 int lmac, lmac_cnt = 0; in nic_set_lmac_vf_mapping() local 475 u32 vnic, bgx, lmac, chan; in nic_config_cpi() local 615 u32 bgx, lmac, chan; in nic_tx_channel_cfg() local 848 int bgx, lmac; in nic_enable_vf() local 863 int bgx, lmac; in nic_pause_frame() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | cgx.c | 41 struct lmac { struct 50 u8 lmac_id; argument 59 struct lmac *lmac_idmap[MAX_LMAC_PER_CGX]; argument 84 static void cgx_write(struct cgx *cgx, u64 lmac, u64 offset, u64 val) in cgx_write() 89 static u64 cgx_read(struct cgx *cgx, u64 lmac, u64 offset) in cgx_read() 156 struct lmac *lmac = lmac_pdata(lmac_id, cgxd); in cgx_get_link_info() local 501 static int cgx_fwi_cmd_send(u64 req, u64 *resp, struct lmac *lmac) in cgx_fwi_cmd_send() 552 struct lmac *lmac; in cgx_fwi_cmd_generic() local 615 struct lmac *lmac) in cgx_link_change_handler() 679 struct lmac *lmac = data; in cgx_fwi_event_handler() local [all …]
|
D | rvu_cgx.c | 81 int cgx, lmac_cnt, lmac; in rvu_map_cgx_lmac_pf() local 240 int cgx, lmac, err; in cgx_lmac_event_handler_init() local 337 int cgx, lmac; in rvu_cgx_exit() local 420 u8 cgx_idx, lmac; in rvu_mbox_handler_cgx_stats() local
|
D | rvu.h | 49 struct dentry *lmac; member
|
D | rvu_nix.c | 2811 u8 cgx = 0, lmac = 0; in rvu_mbox_handler_nix_set_hw_frs() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | smem.c | 70 int i, lmac; in iwl_parse_shared_mem_22000() local
|
D | runtime.h | 87 } lmac[MAX_NUM_LMAC]; member 134 int lmac; member
|
D | dbg.h | 367 struct iwl_lmac_alive *lmac, in iwl_fwrt_update_fw_versions()
|
D | error-dump.h | 250 } lmac[MAX_NUM_LMAC]; member
|
/kernel/linux/linux-5.10/net/llc/ |
D | llc_if.c | 83 int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap) in llc_establish_connection()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 796 int lmac = iwl_mvm_get_lmac_id(mvm->fw, band); in iwl_mvm_max_amsdu_size() local
|