Lines Matching refs:rxf_desc
924 static void print_rxfd(struct rxf_desc *rxfd);
1014 sizeof(struct rxf_desc)); in bdx_rx_init()
1096 struct rxf_desc *rxfd; in bdx_rx_alloc_skbs()
1116 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr); in bdx_rx_alloc_skbs()
1124 f->m.wptr += sizeof(struct rxf_desc); in bdx_rx_alloc_skbs()
1158 struct rxf_desc *rxfd; in bdx_recycle_skb()
1173 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr); in bdx_recycle_skb()
1181 f->m.wptr += sizeof(struct rxf_desc); in bdx_recycle_skb()
1331 static void print_rxfd(struct rxf_desc *rxfd) in print_rxfd()
2165 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_settings()
2211 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc)); in bdx_get_coalesce()
2245 (((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1) in bdx_set_coalesce()
2272 return (FIFO_SIZE * (1 << rx_size)) / sizeof(struct rxf_desc); in bdx_rx_fifo_size_to_packets()