Lines Matching refs:frag_count
124 int frag_count, int len);
126 int frag_count);
129 int frag_count);
139 extern int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count,
1548 * frag_count - Count of RxDs used by the received frame.
1556 int frag_count, int len)
1565 if (frag_count != 1) { // This is not allowed to happen.
1649 mac_drv_requeue_rxd(smc, rxd, frag_count);
1662 * to the RxD and the frag_count into the receive queue again. This
1669 * frag_count - Count of RxDs used by the received frame.
1675 int frag_count)
1684 if (frag_count != 1) // This is not allowed to happen.
1690 for (; frag_count > 0; frag_count--) {
1813 * frag_count - Count of RxDs used by the receive buffer.
1819 int frag_count)
1826 if (frag_count != 1) // This is not allowed to happen.
1830 for (; frag_count > 0; frag_count--) {