Lines Matching refs:rxf_desc
911 static void print_rxfd(struct rxf_desc *rxfd);
1001 sizeof(struct rxf_desc));
1082 struct rxf_desc *rxfd;
1101 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
1109 f->m.wptr += sizeof(struct rxf_desc);
1143 struct rxf_desc *rxfd;
1156 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
1164 f->m.wptr += sizeof(struct rxf_desc);
1313 static void print_rxfd(struct rxf_desc *rxfd)
2164 ((GET_PCK_TH(rdintcm) * PCK_TH_MULT) / sizeof(struct rxf_desc));
2200 (((rx_max_coal * sizeof(struct rxf_desc)) + PCK_TH_MULT - 1)
2227 return (FIFO_SIZE * (1 << rx_size)) / sizeof(struct rxf_desc);