Searched refs:total_bytes (Results 1 - 25 of 28) sorted by relevance

12

/drivers/scsi/osd/
H A Dosd_initiator.c557 static int _alloc_cdb_cont(struct osd_request *or, unsigned total_bytes) argument
559 OSD_DEBUG("total_bytes=%d\n", total_bytes);
560 return _osd_realloc_seg(or, &or->cdb_cont, total_bytes);
566 unsigned total_bytes = add_bytes; local
569 total_bytes += _osd_req_alist_elem_size(or, oa->len);
571 OSD_DEBUG("total_bytes=%d\n", total_bytes);
572 return _osd_realloc_seg(or, &or->set_attr, total_bytes);
577 OSD_DEBUG("total_bytes
1127 unsigned total_bytes = or->set_attr.total_bytes; local
1232 unsigned total_bytes = or->enc_get_attr.total_bytes; local
[all...]
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c609 unsigned int total_bytes = 0, total_packets = 0; local
652 total_bytes += fm10k_process_skb_fields(rx_ring, rx_desc, skb);
668 rx_ring->stats.bytes += total_bytes;
671 q_vector->rx.total_bytes += total_bytes;
1202 unsigned int total_bytes = 0, total_packets = 0; local
1231 total_bytes += tx_buffer->bytecount;
1288 tx_ring->stats.bytes += total_bytes;
1291 q_vector->tx.total_bytes += total_bytes;
1325 total_packets, total_bytes); local
[all...]
H A Dfm10k.h156 unsigned int total_bytes; /* total bytes processed this int */ member in struct:fm10k_ring_container
/drivers/media/common/b2c2/
H A Dflexcop-i2c.c45 int len = r100.tw_sm_c_100.total_bytes,
46 /* remember total_bytes is buflen-1 */
90 int len = r100.tw_sm_c_100.total_bytes; /* remember total_bytes is buflen-1 */
144 r100.tw_sm_c_100.total_bytes = bytes_to_transfer - 1;
H A Dflexcop_ibi_value_be.h50 u32 total_bytes : 2; member in struct:__anon2000::__anon2007
H A Dflexcop_ibi_value_le.h53 u32 total_bytes : 2; member in struct:__anon2051::__anon2058
/drivers/usb/host/
H A Dfhci-sched.c198 if (usb->actual_frame->total_bytes + len + PROTOCOL_OVERHEAD >=
201 "%d %d %d\n", usb->actual_frame->total_bytes, len,
235 usb->actual_frame->total_bytes += (len + PROTOCOL_OVERHEAD);
251 usb->actual_frame->total_bytes -= (len + PROTOCOL_OVERHEAD);
319 if (usb->actual_frame->total_bytes >=
328 if (usb->actual_frame->total_bytes >= frame_part[list_type])
353 usb->actual_frame->total_bytes = 0;
373 if (usb->actual_frame->total_bytes == 0) {
H A Dfhci.h425 u16 total_bytes; /* total bytes submitted within this frame */ member in struct:fhci_time_frame
/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c209 unsigned int total_bytes = 0; local
235 total_bytes += tx_buf->bytecount;
290 tx_ring->stats.bytes += total_bytes;
293 tx_ring->q_vector->tx.total_bytes += total_bytes;
325 total_packets, total_bytes);
372 bytes_per_int = rc->total_bytes / rc->itr;
411 rc->total_bytes = 0;
1044 rx_ring->q_vector->rx.total_bytes += total_rx_bytes;
H A Di40e_txrx.h271 unsigned int total_bytes; /* total bytes processed this int */ member in struct:i40e_ring_container
/drivers/dma/
H A Damba-pl08x.c874 int num_llis, size_t *total_bytes)
878 (*total_bytes) += len;
931 size_t max_bytes_per_lli, total_bytes; local
956 total_bytes = 0;
1046 num_llis++, &total_bytes);
1104 total_bytes += lli_len;
1115 bd.remainder, num_llis++, &total_bytes);
1119 if (total_bytes != dsg->len) {
1122 __func__, total_bytes, dsg->len);
872 prep_byte_width_lli(struct pl08x_driver_data *pl08x, struct pl08x_lli_build_data *bd, u32 *cctl, u32 len, int num_llis, size_t *total_bytes) argument
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c675 unsigned int total_bytes = 0; local
701 total_bytes += tx_buf->bytecount;
756 tx_ring->stats.bytes += total_bytes;
759 tx_ring->q_vector->tx.total_bytes += total_bytes;
791 total_packets, total_bytes);
838 bytes_per_int = rc->total_bytes / rc->itr;
877 rc->total_bytes = 0;
1560 rx_ring->q_vector->rx.total_bytes += total_rx_bytes;
H A Di40e_txrx.h274 unsigned int total_bytes; /* total bytes processed this int */ member in struct:i40e_ring_container
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h156 unsigned int total_bytes; /* total bytes processed this int */ member in struct:ixgbevf_ring_container
H A Dixgbevf_main.c233 unsigned int total_bytes = 0, total_packets = 0; local
262 total_bytes += tx_buffer->bytecount;
319 tx_ring->stats.bytes += total_bytes;
322 q_vector->tx.total_bytes += total_bytes;
600 q_vector->rx.total_bytes += total_rx_bytes;
795 int bytes = ring_container->total_bytes;
831 ring_container->total_bytes = 0;
/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c274 unsigned int total_bytes = 0, total_packets = 0; local
365 total_bytes += skb->len;
398 adapter->total_rx_bytes += total_bytes;
399 adapter->net_stats.rx_bytes += total_bytes;
797 unsigned int total_bytes = 0, total_packets = 0; local
834 total_bytes += bytecount;
866 adapter->net_stats.tx_bytes += total_bytes;
/drivers/net/ethernet/intel/igb/
H A Digb_main.c4446 avg_wire_size = q_vector->rx.total_bytes / packets;
4451 q_vector->tx.total_bytes / packets);
4481 q_vector->rx.total_bytes = 0;
4483 q_vector->tx.total_bytes = 0;
4507 unsigned int bytes = ring_container->total_bytes;
4548 ring_container->total_bytes = 0;
6351 unsigned int total_bytes = 0, total_packets = 0; local
6380 total_bytes += tx_buffer->bytecount;
6435 total_packets, total_bytes); local
6439 tx_ring->tx_stats.bytes += total_bytes;
6914 unsigned int total_bytes = 0, total_packets = 0; local
[all...]
H A Digb.h226 unsigned int total_bytes; /* total bytes processed this int */ member in struct:igb_ring_container
/drivers/crypto/
H A Dmv_cesa.c508 static int count_sgs(struct scatterlist *sl, unsigned int total_bytes) argument
516 if (total_bytes > cur_len)
517 total_bytes -= cur_len;
/drivers/net/ethernet/atheros/alx/
H A Dmain.c143 unsigned int total_bytes = 0, total_packets = 0; local
155 total_bytes += skb->len;
167 netdev_completed_queue(alx->dev, total_packets, total_bytes);
/drivers/staging/octeon/
H A Dethernet-tx.c273 pko_command.s.total_bytes = skb->len;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1064 unsigned int total_bytes = 0, total_packets = 0; local
1093 total_bytes += tx_buffer->bytecount;
1150 tx_ring->stats.bytes += total_bytes;
1153 q_vector->tx.total_bytes += total_bytes;
1187 total_packets, total_bytes); local
2076 q_vector->rx.total_bytes += total_rx_bytes;
2199 int bytes = ring_container->total_bytes;
2238 ring_container->total_bytes = 0;
H A Dixgbe.h352 unsigned int total_bytes; /* total bytes processed this int */ member in struct:ixgbe_ring_container
/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1255 uint32_t total_bytes = 0; local
1389 total_bytes = data_bytes;
1397 total_bytes = data_bytes + dif_bytes;
1436 cmd_pkt->byte_count = cpu_to_le32(total_bytes);
1439 *fcp_dl = htonl(total_bytes);
/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3805 u32 total_bytes, flash_op, num_bytes; local
3808 total_bytes = img_size;
3809 while (total_bytes) {
3810 num_bytes = min_t(u32, 32*1024, total_bytes);
3812 total_bytes -= num_bytes;
3814 if (!total_bytes) {

Completed in 440 milliseconds

12