Searched refs:bnx2x_fastpath (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h128 int bnx2x_setup_queue(struct bnx2x *bp, struct bnx2x_fastpath *fp,
436 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe);
506 struct bnx2x_fastpath *fp,
630 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp)
765 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp)
776 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp)
800 struct bnx2x_fastpath *fp, u16 index)
856 static inline void bnx2x_clear_sge_mask_next_elems(struct bnx2x_fastpath *fp)
870 static inline void bnx2x_init_sge_ring_bit_mask(struct bnx2x_fastpath *fp)
887 static inline void bnx2x_reuse_rx_data(struct bnx2x_fastpath *f
[all...]
H A Dbnx2x_cmn.c88 struct bnx2x_fastpath *from_fp = &bp->fp[from];
89 struct bnx2x_fastpath *to_fp = &bp->fp[to];
101 /* Move bnx2x_fastpath contents */
179 struct bnx2x_fastpath *fp = &bp->fp[i];
345 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp,
354 static inline void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp,
430 static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue,
547 static int bnx2x_alloc_rx_sge(struct bnx2x *bp, struct bnx2x_fastpath *fp,
586 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp,
677 bnx2x_build_skb(const struct bnx2x_fastpath *f
[all...]
H A Dbnx2x_sriov.h509 int bnx2x_vfpf_setup_q(struct bnx2x *bp, struct bnx2x_fastpath *fp,
525 struct bnx2x_fastpath *fp)
588 static inline int bnx2x_vfpf_setup_q(struct bnx2x *bp, struct bnx2x_fastpath *fp, bool is_leading) {return 0; }
601 struct bnx2x_fastpath *fp) {return 0; }
H A Dbnx2x_main.c305 static u32 bnx2x_rx_ustorm_prods_offset(struct bnx2x_fastpath *fp);
970 struct bnx2x_fastpath *fp = &bp->fp[i];
1111 struct bnx2x_fastpath *fp = &bp->fp[i];
1151 struct bnx2x_fastpath *fp = &bp->fp[i];
1814 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe)
1943 struct bnx2x_fastpath *fp = &bp->fp[i];
3105 struct bnx2x_fastpath *fp,
3136 struct bnx2x_fastpath *fp,
3174 struct bnx2x_fastpath *fp, struct bnx2x_general_setup_params *gen_init,
3192 struct bnx2x_fastpath *f
[all...]
H A Dbnx2x.h535 struct bnx2x_fastpath *parent_fp;
550 struct bnx2x_fastpath { struct
1349 struct bnx2x_fastpath *fp;
H A Dbnx2x_stats.c938 struct bnx2x_fastpath *fp = &bp->fp[i];
1667 struct bnx2x_fastpath *fp = &bp->fp[i];
H A Dbnx2x_ethtool.c2497 struct bnx2x_fastpath *fp_rx = &bp->fp[0];
2498 struct bnx2x_fastpath *fp_tx = &bp->fp[0];
H A Dbnx2x_vfpf.c602 int bnx2x_vfpf_setup_q(struct bnx2x *bp, struct bnx2x_fastpath *fp,
H A Dbnx2x_sriov.c2386 struct bnx2x_fastpath *fp = &bp->fp[i];

Completed in 408 milliseconds