Searched refs:pending_bytes (Results 1 – 3 of 3) sorted by relevance
226 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; in __qla_copy_purex_to_buffer() local249 pending_bytes = total_bytes = tpad; in __qla_copy_purex_to_buffer()250 no_bytes = (pending_bytes > sizeof(purex->els_frame_payload)) ? in __qla_copy_purex_to_buffer()251 sizeof(purex->els_frame_payload) : pending_bytes; in __qla_copy_purex_to_buffer()255 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer()281 no_bytes = (pending_bytes > sizeof(new_pkt->data)) ? in __qla_copy_purex_to_buffer()282 sizeof(new_pkt->data) : pending_bytes; in __qla_copy_purex_to_buffer()287 pending_bytes -= no_bytes; in __qla_copy_purex_to_buffer()302 if (pending_bytes != 0 || entry_count_remaining != 0) { in __qla_copy_purex_to_buffer()1013 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0; in qla27xx_copy_fpin_pkt() local[all …]
433 __u64 pending_bytes; member
3839 unsigned int pending_bytes; in lan78xx_tx_buf_fill() local3844 lan78xx_tx_pend_skb_get(dev, &skb, &pending_bytes); in lan78xx_tx_buf_fill()3853 lan78xx_tx_pend_skb_head_add(dev, skb, &pending_bytes); in lan78xx_tx_buf_fill()