Lines Matching refs:rxf_desc
917 static void print_rxfd(struct rxf_desc *rxfd);
1007 sizeof(struct rxf_desc));
1088 struct rxf_desc *rxfd;
1107 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
1115 f->m.wptr += sizeof(struct rxf_desc);
1149 struct rxf_desc *rxfd;
1162 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
1170 f->m.wptr += sizeof(struct rxf_desc);
1319 static void print_rxfd(struct rxf_desc *rxfd)
2176 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc));
2210 (((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1)
2237 return (FIFO_SIZE * (1 << rx_size)) / sizeof(struct rxf_desc);