Searched refs:lmac_fifo_len (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ | 
| D | lmac_common.h | 90 	u32                     (*lmac_fifo_len)(void *cgx, int lmac_id);  member
  | 
| D | rpm.c | 26 	.lmac_fifo_len	=	rpm_get_lmac_fifo_len, 58 	.lmac_fifo_len	=	rpm2_get_lmac_fifo_len,
  | 
| D | rvu_cgx.c | 892 	if (!mac_ops->lmac_fifo_len)  in rvu_cgx_get_lmac_fifolen() 895 	return mac_ops->lmac_fifo_len(cgxd, lmac);  in rvu_cgx_get_lmac_fifolen()
  | 
| D | rvu_nix.c | 4224 	u64 cfg, lmac_fifo_len;  in rvu_mbox_handler_nix_set_hw_frs()  local 4304 	lmac_fifo_len = rvu_cgx_get_lmac_fifolen(rvu, cgx, lmac);  in rvu_mbox_handler_nix_set_hw_frs() 4305 	if (!lmac_fifo_len) {  in rvu_mbox_handler_nix_set_hw_frs() 4312 				       (lmac_fifo_len - req->maxlen) / 16);  in rvu_mbox_handler_nix_set_hw_frs() 4365 	u64 lmac_fifo_len;  in nix_link_config()  local 4405 			lmac_fifo_len = rvu_cgx_get_lmac_fifolen(rvu, cgx, iter);  in nix_link_config() 4406 			if (!lmac_fifo_len) {  in nix_link_config() 4412 			tx_credits = (lmac_fifo_len - lmac_max_frs) / 16;  in nix_link_config()
  | 
| D | cgx.c | 1773 	.lmac_fifo_len	=	cgx_get_lmac_fifo_len,
  |