Searched refs:thiscopy (Results 1 – 1 of 1) sorted by relevance
2424 u32 thiscopy, remainder; in nic_send_packet() local2517 thiscopy = NUM_DESC_PER_RING_TX - INDEX10(tx_ring->send_idx); in nic_send_packet()2519 if (thiscopy >= frag) { in nic_send_packet()2521 thiscopy = frag; in nic_send_packet()2523 remainder = frag - thiscopy; in nic_send_packet()2528 sizeof(struct tx_desc) * thiscopy); in nic_send_packet()2530 add_10bit(&tx_ring->send_idx, thiscopy); in nic_send_packet()2540 desc + thiscopy, in nic_send_packet()