Searched defs:cgx (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ | 
| D | cgx.c | 49 	struct cgx *cgx;  member 54 struct cgx {  struct 57 	u8			cgx_id;  argument 60 	struct			work_struct cgx_cmd_work;  argument 61 	struct			workqueue_struct *cgx_cmd_workq;  argument 62 	struct list_head	cgx_list;  argument 74 static int cgx_fwi_link_change(struct cgx *cgx, int lmac_id, bool en);  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() 94 static inline struct lmac *lmac_pdata(u8 lmac_id, struct cgx *cgx)  in lmac_pdata() [all …] 
 | 
| D | rvu_cgx.c | 65 	int cgx, lmac_cnt, lmac;  in rvu_map_cgx_lmac_pf()  local 224 	int cgx, lmac, err;  in cgx_lmac_event_handler_init()  local 266 	int cgx, err;  in rvu_cgx_init()  local 319 	int cgx, lmac;  in rvu_cgx_exit()  local
  | 
| D | rvu_nix.c | 2377 	u8 cgx = 0, lmac = 0;  in rvu_mbox_handler_nix_set_hw_frs()  local 2561 	int cgx, lmac_cnt, slink, link;  in nix_link_config()  local
  | 
| D | rvu.h | 200 	u8	cgx;  member
  |