/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 45 struct lmac { struct 72 struct lmac lmac[MAX_LMAC_PER_BGX]; argument 85 static int bgx_xaui_check_link(struct lmac *lmac); 110 static u64 bgx_reg_read(struct bgx *bgx, u8 lmac, u64 offset) in bgx_reg_read() argument 112 void __iomem *addr = bgx->reg_base + ((u32)lmac << 20) + offset; in bgx_reg_read() 117 static void bgx_reg_write(struct bgx *bgx, u8 lmac, u64 offset, u64 val) in bgx_reg_write() argument 119 void __iomem *addr = bgx->reg_base + ((u32)lmac << 20) + offset; in bgx_reg_write() 124 static void bgx_reg_modify(struct bgx *bgx, u8 lmac, u64 offset, u64 val) in bgx_reg_modify() argument 126 void __iomem *addr = bgx->reg_base + ((u32)lmac << 20) + offset; in bgx_reg_modify() 131 static int bgx_poll_reg(struct bgx *bgx, u8 lmac, u64 reg, u64 mask, bool zero) in bgx_poll_reg() argument [all …]
|
D | nic_main.c | 56 #define NIC_SET_VF_LMAC_MAP(bgx, lmac) (((bgx & 0xF) << 4) | (lmac & 0xF)) argument 170 int bgx_idx, lmac; in nic_mbx_send_ready() local 180 lmac = NIC_GET_LMAC_FROM_VF_LMAC_MAP(nic->vf_lmac_map[vf]); in nic_mbx_send_ready() 182 mac = bgx_get_lmac_mac(nic->node, bgx_idx, lmac); in nic_mbx_send_ready() 242 int bgx_idx, lmac; in nic_get_bgx_stats() local 246 lmac = NIC_GET_LMAC_FROM_VF_LMAC_MAP(nic->vf_lmac_map[bgx->vf_id]); in nic_get_bgx_stats() 254 lmac, bgx->idx); in nic_get_bgx_stats() 257 lmac, bgx->idx); in nic_get_bgx_stats() 264 int bgx, lmac, lmac_cnt; in nic_update_hw_frs() local 271 lmac = NIC_GET_LMAC_FROM_VF_LMAC_MAP(nic->vf_lmac_map[vf]); in nic_update_hw_frs() [all …]
|
D | thunder_bgx.h | 218 void bgx_add_dmac_addr(u64 dmac, int node, int bgx_idx, int lmac); 233 u64 bgx_get_rx_stats(int node, int bgx_idx, int lmac, int idx); 234 u64 bgx_get_tx_stats(int node, int bgx_idx, int lmac, int idx);
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | smem.c | 72 int i, lmac; in iwl_parse_shared_mem_22000() local 83 for (lmac = 0; lmac < lmac_num; lmac++) { in iwl_parse_shared_mem_22000() 85 &mem_cfg->lmac_smem[lmac]; in iwl_parse_shared_mem_22000() 88 fwrt->smem_cfg.lmac[lmac].txfifo_size[i] = in iwl_parse_shared_mem_22000() 90 fwrt->smem_cfg.lmac[lmac].rxfifo1_size = in iwl_parse_shared_mem_22000() 105 fwrt->smem_cfg.lmac[0].txfifo_size[i] = in iwl_parse_shared_mem() 108 fwrt->smem_cfg.lmac[0].rxfifo1_size = in iwl_parse_shared_mem()
|
D | dbg.c | 249 cfg->lmac[0].rxfifo1_size, 0, 0); in iwl_fw_dump_fifos() 256 cfg->lmac[1].rxfifo1_size, in iwl_fw_dump_fifos() 266 cfg->lmac[0].txfifo_size[i], 0, i); in iwl_fw_dump_fifos() 278 cfg->lmac[1].txfifo_size[i], in iwl_fw_dump_fifos() 624 if (!mem_cfg->lmac[i].rxfifo1_size) in iwl_fw_error_dump() 629 mem_cfg->lmac[i].rxfifo1_size + in iwl_fw_error_dump() 645 if (!mem_cfg->lmac[i].txfifo_size[j]) in iwl_fw_error_dump() 651 mem_cfg->lmac[i].txfifo_size[j]; in iwl_fw_error_dump() 806 u32 *txf_size = mem_cfg->lmac[i].txfifo_size; in iwl_fw_error_dump() 809 dump_smem_cfg->lmac[i].txfifo_size[j] = in iwl_fw_error_dump() [all …]
|
D | runtime.h | 83 } lmac[MAX_NUM_LMAC]; member
|
D | error-dump.h | 236 } lmac[MAX_NUM_LMAC]; member
|
/Linux-v4.19/net/llc/ |
D | llc_if.c | 79 int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap) in llc_establish_connection() argument 90 memcpy(laddr.mac, lmac, sizeof(laddr.mac)); in llc_establish_connection()
|
/Linux-v4.19/include/net/ |
D | llc_if.h | 65 int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap);
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 841 mvm->fwrt.smem_cfg.lmac[0].txfifo_size[txf] - in iwl_mvm_tx_tso()
|