Searched refs:bdx_priv (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 75 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f); 76 static void bdx_tx_cleanup(struct bdx_priv *priv); 77 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget); 80 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size); 83 static int bdx_tx_init(struct bdx_priv *priv); 84 static int bdx_rx_init(struct bdx_priv *priv); 87 static void bdx_rx_free(struct bdx_priv *priv); 88 static void bdx_tx_free(struct bdx_priv *priv); 153 bdx_fifo_init(struct bdx_priv *priv, struct fifo *f, int fsz_type, in bdx_fifo_init() 185 static void bdx_fifo_free(struct bdx_priv *pri [all...] |
H A D | tehuti.h | 119 struct bdx_priv *priv[LUXOR_MAX_PORT]; 241 struct bdx_priv { struct
|
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 75 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f); 76 static void bdx_tx_cleanup(struct bdx_priv *priv); 77 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget); 80 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size); 83 static int bdx_tx_init(struct bdx_priv *priv); 84 static int bdx_rx_init(struct bdx_priv *priv); 87 static void bdx_rx_free(struct bdx_priv *priv); 88 static void bdx_tx_free(struct bdx_priv *priv); 153 bdx_fifo_init(struct bdx_priv *priv, struct fifo *f, int fsz_type, in bdx_fifo_init() 185 static void bdx_fifo_free(struct bdx_priv *pri [all...] |
H A D | tehuti.h | 119 struct bdx_priv *priv[LUXOR_MAX_PORT]; 241 struct bdx_priv { struct
|
Completed in 7 milliseconds