Searched refs:bnx2x_fastpath (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 128 int bnx2x_setup_queue(struct bnx2x *bp, struct bnx2x_fastpath *fp, 434 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe); 504 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod() 632 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx() 769 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work() 780 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work() 804 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() 874 static inline void bnx2x_init_sge_ring_bit_mask(struct bnx2x_fastpath *fp) in bnx2x_init_sge_ring_bit_mask() 891 static inline void bnx2x_reuse_rx_data(struct bnx2x_fastpath *fp, in bnx2x_reuse_rx_data() [all …]
|
D | bnx2x_cmn.c | 90 struct bnx2x_fastpath *from_fp = &bp->fp[from]; in bnx2x_move_fp() 91 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp() 180 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_shrink_eth_fp() 343 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, in bnx2x_update_last_max_sge() 352 static inline void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, in bnx2x_update_sge_prod() 428 static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, in bnx2x_tpa_start() 544 static int bnx2x_alloc_rx_sge(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_alloc_rx_sge() 583 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb() 673 static void bnx2x_frag_free(const struct bnx2x_fastpath *fp, void *data) in bnx2x_frag_free() 681 static void *bnx2x_frag_alloc(const struct bnx2x_fastpath *fp, gfp_t gfp_mask) in bnx2x_frag_alloc() [all …]
|
D | bnx2x_sriov.h | 507 int bnx2x_vfpf_setup_q(struct bnx2x *bp, struct bnx2x_fastpath *fp, 522 struct bnx2x_fastpath *fp) in bnx2x_vf_ustorm_prods_offset() 585 static inline int bnx2x_vfpf_setup_q(struct bnx2x *bp, struct bnx2x_fastpath *fp, bool is_leading) … in bnx2x_vfpf_setup_q() 598 struct bnx2x_fastpath *fp) {return 0; } in bnx2x_vf_ustorm_prods_offset()
|
D | bnx2x_main.c | 291 static u32 bnx2x_rx_ustorm_prods_offset(struct bnx2x_fastpath *fp); 964 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1105 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1145 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() 1807 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe) in bnx2x_sp_event() 1936 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_interrupt() 3094 struct bnx2x_fastpath *fp, in bnx2x_get_common_flags() 3125 struct bnx2x_fastpath *fp, in bnx2x_get_q_flags() 3163 struct bnx2x_fastpath *fp, struct bnx2x_general_setup_params *gen_init, in bnx2x_pf_q_prep_general() 3181 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep() [all …]
|
D | bnx2x.h | 529 struct bnx2x_fastpath *parent_fp; 544 struct bnx2x_fastpath { struct 1348 struct bnx2x_fastpath *fp;
|
D | bnx2x_stats.c | 935 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_storm_stats_update() 1664 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_save_statistics()
|
D | bnx2x_ethtool.c | 2466 struct bnx2x_fastpath *fp_rx = &bp->fp[0]; in bnx2x_run_loopback() 2467 struct bnx2x_fastpath *fp_tx = &bp->fp[0]; in bnx2x_run_loopback()
|
D | bnx2x_vfpf.c | 602 int bnx2x_vfpf_setup_q(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_vfpf_setup_q()
|
D | bnx2x_sriov.c | 2396 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_set_pf_tx_switching()
|