Home
last modified time | relevance | path

Searched refs:thiscopy (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/agere/
H A Det131x.c2424 u32 thiscopy, remainder; in nic_send_packet() local
2532 thiscopy = NUM_DESC_PER_RING_TX - INDEX10(tx_ring->send_idx); in nic_send_packet()
2534 if (thiscopy >= frag) { in nic_send_packet()
2536 thiscopy = frag; in nic_send_packet()
2538 remainder = frag - thiscopy; in nic_send_packet()
2543 sizeof(struct tx_desc) * thiscopy); in nic_send_packet()
2545 add_10bit(&tx_ring->send_idx, thiscopy); in nic_send_packet()
2555 desc + thiscopy, in nic_send_packet()