Searched refs:thiscopy (Results 1 – 1 of 1) sorted by relevance
2422 u32 thiscopy, remainder; in nic_send_packet() local2518 thiscopy = NUM_DESC_PER_RING_TX - INDEX10(tx_ring->send_idx); in nic_send_packet()2520 if (thiscopy >= frag) { in nic_send_packet()2522 thiscopy = frag; in nic_send_packet()2524 remainder = frag - thiscopy; in nic_send_packet()2529 sizeof(struct tx_desc) * thiscopy); in nic_send_packet()2531 add_10bit(&tx_ring->send_idx, thiscopy); in nic_send_packet()2541 desc + thiscopy, in nic_send_packet()