Searched refs:bnx2x_fastpath (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_cmn.h | 194 int bnx2x_setup_client(struct bnx2x *bp, struct bnx2x_fastpath *fp, 306 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe); 368 int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget); 371 int bnx2x_tx_int(struct bnx2x_fastpath *fp); 458 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx() 465 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod() 654 static inline int bnx2x_has_tx_work_unload(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work_unload() 661 static inline u16 bnx2x_tx_avail(struct bnx2x_fastpath *fp) in bnx2x_tx_avail() 683 static inline int bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work() 693 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work() [all …]
|
D | bnx2x_cmn.c | 33 static u16 bnx2x_free_tx_pkt(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_free_tx_pkt() 97 int bnx2x_tx_int(struct bnx2x_fastpath *fp) in bnx2x_tx_int() 159 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, in bnx2x_update_last_max_sge() 168 static void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, in bnx2x_update_sge_prod() 223 static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, in bnx2x_tpa_start() 296 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb() 363 static void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_tpa_stop() 453 int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget) in bnx2x_rx_int() 692 struct bnx2x_fastpath *fp = fp_cookie; in bnx2x_msix_fp_int() 805 static inline int bnx2x_alloc_rx_bds(struct bnx2x_fastpath *fp, in bnx2x_alloc_rx_bds() [all …]
|
D | bnx2x_stats.c | 775 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_storm_stats_update() 1096 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_stats_update() 1110 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_stats_update() 1378 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_stats_init()
|
D | bnx2x_main.c | 923 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1035 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1069 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1357 void bnx2x_sp_event(struct bnx2x_fastpath *fp, in bnx2x_sp_event() 1426 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_interrupt() 2269 static u8 stat_counter_valid(struct bnx2x *bp, struct bnx2x_fastpath *fp) in stat_counter_valid() 2416 struct bnx2x_fastpath *fp) in bnx2x_get_cl_flags() 2438 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_cl_prep() 2509 struct bnx2x_fastpath *fp, struct bnx2x_txq_init_params *txq_init) in bnx2x_pf_tx_cl_prep() 3835 struct bnx2x_fastpath *fp = bnx2x_fcoe_fp(bp); in bnx2x_sp_task() [all …]
|
D | bnx2x.h | 334 struct bnx2x_fastpath { struct 900 struct bnx2x_fastpath *fp;
|
D | bnx2x_ethtool.c | 1587 struct bnx2x_fastpath *fp_rx = &bp->fp[0]; in bnx2x_run_loopback() 1588 struct bnx2x_fastpath *fp_tx = &bp->fp[0]; in bnx2x_run_loopback()
|