Searched refs:bnx2x_fastpath (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 116 int bnx2x_setup_queue(struct bnx2x *bp, struct bnx2x_fastpath *fp, 396 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe); 458 int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget); 460 void bnx2x_update_rx_prod(struct bnx2x *bp, struct bnx2x_fastpath *fp, 554 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx() 561 struct bnx2x_fastpath *fp, u16 bd_prod, in bnx2x_update_rx_prod_gen() 772 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work() 781 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work() 805 struct bnx2x_fastpath *fp, u16 index) in bnx2x_free_rx_sge() 860 static inline void bnx2x_clear_sge_mask_next_elems(struct bnx2x_fastpath *fp) in bnx2x_clear_sge_mask_next_elems() [all …]
|
D | bnx2x_cmn.c | 48 struct bnx2x_fastpath *from_fp = &bp->fp[from]; in bnx2x_move_fp() 49 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp() 207 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, in bnx2x_update_last_max_sge() 216 static inline void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, in bnx2x_update_sge_prod() 282 static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, in bnx2x_tpa_start() 404 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb() 502 static inline void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_tpa_stop() 578 struct bnx2x_fastpath *fp) in bnx2x_csum_validate() 599 int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget) in bnx2x_rx_int() 832 struct bnx2x_fastpath *fp = fp_cookie; in bnx2x_msix_fp_int() [all …]
|
D | bnx2x_main.c | 813 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 923 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 957 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1650 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe) in bnx2x_sp_event() 1725 void bnx2x_update_rx_prod(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod() 1755 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_interrupt() 2652 struct bnx2x_fastpath *fp, in bnx2x_get_common_flags() 2674 struct bnx2x_fastpath *fp, in bnx2x_get_q_flags() 2706 struct bnx2x_fastpath *fp, struct bnx2x_general_setup_params *gen_init, in bnx2x_pf_q_prep_general() 2722 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep() [all …]
|
D | bnx2x_stats.c | 854 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_storm_stats_update() 1482 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_stats_init() 1531 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_save_statistics()
|
D | bnx2x.h | 488 struct bnx2x_fastpath { struct 1172 struct bnx2x_fastpath *fp;
|
D | bnx2x_ethtool.c | 1825 struct bnx2x_fastpath *fp_rx = &bp->fp[0]; in bnx2x_run_loopback() 1826 struct bnx2x_fastpath *fp_tx = &bp->fp[0]; in bnx2x_run_loopback()
|