Home
last modified time | relevance | path

Searched refs:bge_rx_bd (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bgevar.h151 struct bge_rx_bd *bge_rx_std_ring;
153 struct bge_rx_bd *bge_rx_jumbo_ring;
155 struct bge_rx_bd *bge_rx_return_ring;
H A Dif_bgereg.h2327 struct bge_rx_bd { struct
2624 (sizeof(struct bge_rx_bd) * BGE_STD_RX_RING_CNT)
2626 (sizeof(struct bge_rx_bd) * BGE_JUMBO_RX_RING_CNT)
2630 (sizeof(struct bge_rx_bd) * (cnt))
H A Dif_bge.c1063 struct bge_rx_bd *r; in bge_setup_rxdesc_std()
1128 struct bge_rx_bd *r; in bge_setup_rxdesc_jumbo()
1173 sizeof(struct bge_rx_bd)); in bge_free_rx_ring_std()
1213 sizeof(struct bge_rx_bd)); in bge_free_rx_ring_jumbo()
3049 struct bge_rx_bd *cur_rx; in bge_rxeof()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnxvar.h152 struct bge_rx_bd *bnx_rx_jumbo_ring;
172 struct bge_rx_bd *bnx_rx_std_ring;
206 struct bge_rx_bd *bnx_rx_ret_ring;
H A Dif_bnx.c271 const struct bge_rx_bd *);
854 struct bge_rx_bd *r; in bnx_setup_rxdesc_std()
927 struct bge_rx_bd *r; in bnx_setup_rxdesc_jumbo()
981 bzero(&std->bnx_rx_std_ring[i], sizeof(struct bge_rx_bd)); in bnx_free_rx_ring_std()
1021 sizeof(struct bge_rx_bd)); in bnx_free_rx_ring_jumbo()
2800 struct bge_rx_bd *cur_rx; in bnx_rxeof()
6111 bnx_rss_info(struct pktinfo *pi, const struct bge_rx_bd *cur_rx) in bnx_rss_info()