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,
1556 * frag_count - Count of RxDs used by the received frame.
1564 int frag_count, int len)
1573 if (frag_count != 1) { // This is not allowed to happen.
1657 mac_drv_requeue_rxd(smc, rxd, frag_count);
1670 * to the RxD and the frag_count into the receive queue again. This
1677 * frag_count - Count of RxDs used by the received frame.
1683 int frag_count)
1692 if (frag_count != 1) // This is not allowed to happen.
1698 for (; frag_count > 0; frag_count--) {
1816 * frag_count - Count of RxDs used by the receive buffer.
1822 int frag_count)
1829 if (frag_count != 1) // This is not allowed to happen.
1833 for (; frag_count > 0; frag_count--) {