rxf_desc
sizeof(struct rxf_desc));
struct rxf_desc *rxfd;
rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
f->m.wptr += sizeof(struct rxf_desc);
struct rxf_desc *rxfd;
rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
f->m.wptr += sizeof(struct rxf_desc);
static void print_rxfd(struct rxf_desc *rxfd)
((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc));
(((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1)
return (FIFO_SIZE * (1 << rx_size)) / sizeof(struct rxf_desc);
static void print_rxfd(struct rxf_desc *rxfd);