Searched refs:thiscopy (Results 1 – 1 of 1) sorted by relevance
2426 u32 thiscopy, remainder; in nic_send_packet() local2522 thiscopy = NUM_DESC_PER_RING_TX - INDEX10(tx_ring->send_idx); in nic_send_packet()2524 if (thiscopy >= frag) { in nic_send_packet()2526 thiscopy = frag; in nic_send_packet()2528 remainder = frag - thiscopy; in nic_send_packet()2533 sizeof(struct tx_desc) * thiscopy); in nic_send_packet()2535 add_10bit(&tx_ring->send_idx, thiscopy); in nic_send_packet()2545 desc + thiscopy, in nic_send_packet()