Lines Matching refs:frag_count
127 int frag_count, int len);
129 int frag_count);
132 int frag_count);
142 extern int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count,
1555 * frag_count - Count of RxDs used by the received frame.
1563 int frag_count, int len)
1572 if (frag_count != 1) { // This is not allowed to happen.
1656 mac_drv_requeue_rxd(smc, rxd, frag_count);
1669 * to the RxD and the frag_count into the receive queue again. This
1676 * frag_count - Count of RxDs used by the received frame.
1682 int frag_count)
1691 if (frag_count != 1) // This is not allowed to happen.
1697 for (; frag_count > 0; frag_count--) {
1815 * frag_count - Count of RxDs used by the receive buffer.
1821 int frag_count)
1828 if (frag_count != 1) // This is not allowed to happen.
1832 for (; frag_count > 0; frag_count--) {