Searched refs:bnx2x_fastpath (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_rxtx.c | 59 struct bnx2x_fastpath *fp = &sc->fp[queue_idx]; in bnx2x_dev_rx_queue_setup() 195 struct bnx2x_fastpath *fp; in bnx2x_xmit_pkts() 246 struct bnx2x_fastpath *fp = &sc->fp[queue_idx]; in bnx2x_dev_tx_queue_setup() 321 bnx2x_upd_rx_prod_fast(struct bnx2x_softc *sc, struct bnx2x_fastpath *fp, in bnx2x_upd_rx_prod_fast() 339 struct bnx2x_fastpath *fp = &sc->fp[rxq->queue_id]; in bnx2x_recv_pkts()
|
| H A D | bnx2x.h | 359 struct bnx2x_fastpath { struct 1093 struct bnx2x_fastpath fp[MAX_RSS_CHAINS]; 1875 bnx2x_update_fp_sb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fp_sb_idx() 1987 bnx2x_stats_id(struct bnx2x_fastpath *fp) in bnx2x_stats_id() 2005 void bnx2x_dump_tx_chain(struct bnx2x_fastpath * fp, int bd_prod, int count); 2007 uint8_t bnx2x_txeof(struct bnx2x_softc *sc, struct bnx2x_fastpath *fp); 2021 int bnx2x_vf_setup_queue(struct bnx2x_softc *sc, struct bnx2x_fastpath *fp,
|
| H A D | bnx2x_vfpf.c | 445 bnx2x_vf_rx_q_prep(struct bnx2x_softc *sc, struct bnx2x_fastpath *fp, in bnx2x_vf_rx_q_prep() 469 bnx2x_vf_tx_q_prep(struct bnx2x_softc *sc, struct bnx2x_fastpath *fp, in bnx2x_vf_tx_q_prep() 488 bnx2x_vf_setup_queue(struct bnx2x_softc *sc, struct bnx2x_fastpath *fp, int leading) in bnx2x_vf_setup_queue()
|
| H A D | bnx2x.c | 115 struct bnx2x_fastpath *fp, 128 static void bnx2x_handle_fp_tq(struct bnx2x_fastpath *fp); 1130 static int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work() 1379 struct bnx2x_fastpath *fp; in bnx2x_drain_tx_queues() 1710 struct bnx2x_fastpath *fp = &sc->fp[index]; in bnx2x_stop_queue() 4605 struct bnx2x_fastpath *fp; in bnx2x_intr_legacy() 4950 struct bnx2x_fastpath *fp = &sc->fp[idx]; in bnx2x_init_eth_fp() 5057 struct bnx2x_fastpath *fp; in bnx2x_init_rx_rings() 8901 struct bnx2x_fastpath *fp; in bnx2x_alloc_hsi_mem() 9013 struct bnx2x_fastpath *fp; in bnx2x_free_hsi_mem() [all …]
|
| H A D | bnx2x_stats.c | 917 struct bnx2x_fastpath *fp = &sc->fp[i]; in bnx2x_storm_stats_update() 1423 struct bnx2x_fastpath *fp = &sc->fp[i]; in bnx2x_memset_stats() 1549 struct bnx2x_fastpath *fp = &sc->fp[i]; in bnx2x_save_statistics()
|