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

/drivers/scsi/osd/
H A Dosd_initiator.c553 static int _alloc_cdb_cont(struct osd_request *or, unsigned total_bytes) argument
555 OSD_DEBUG("total_bytes=%d\n", total_bytes);
556 return _osd_realloc_seg(or, &or->cdb_cont, total_bytes);
562 unsigned total_bytes = add_bytes; local
565 total_bytes += _osd_req_alist_elem_size(or, oa->len);
567 OSD_DEBUG("total_bytes=%d\n", total_bytes);
568 return _osd_realloc_seg(or, &or->set_attr, total_bytes);
573 OSD_DEBUG("total_bytes
1123 unsigned total_bytes = or->set_attr.total_bytes; local
1228 unsigned total_bytes = or->enc_get_attr.total_bytes; local
[all...]
/drivers/media/dvb/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:__anon1338::__anon1345
H A Dflexcop_ibi_value_le.h53 u32 total_bytes : 2; member in struct:__anon1389::__anon1396
/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);
320 if (usb->actual_frame->total_bytes >=
329 if (usb->actual_frame->total_bytes >= frame_part[list_type])
354 usb->actual_frame->total_bytes = 0;
374 if (usb->actual_frame->total_bytes == 0) {
H A Dfhci.h443 u16 total_bytes; /* total bytes submitted within this frame */ member in struct:fhci_time_frame
/drivers/dma/
H A Damba-pl08x.c553 u32 *cctl, u32 len, int num_llis, size_t *total_bytes)
557 (*total_bytes) += len;
572 size_t max_bytes_per_lli, total_bytes; local
599 total_bytes = 0;
685 &total_bytes);
743 total_bytes += lli_len;
754 num_llis++, &total_bytes);
758 if (total_bytes != dsg->len) {
761 __func__, total_bytes, dsg->len);
552 prep_byte_width_lli(struct pl08x_lli_build_data *bd, u32 *cctl, u32 len, int num_llis, size_t *total_bytes) argument
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h75 u64 total_bytes; member in struct:ixgbevf_ring
H A Dixgbevf_main.c199 unsigned int total_bytes = 0, total_packets = 0; local
228 total_bytes += bytecount;
277 tx_ring->total_bytes += total_bytes;
602 rx_ring->total_bytes += total_rx_bytes;
861 tx_ring->total_bytes);
876 rx_ring->total_bytes);
969 tx_ring->total_bytes = 0;
999 rx_ring->total_bytes = 0;
3243 bytes = ring->total_bytes;
[all...]
/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c1061 u32 total_bytes = ul_num_bytes; local
1064 while (total_bytes > 0 && !status) {
1066 total_bytes > BUFFERSIZE ? BUFFERSIZE : total_bytes;
1085 total_bytes -= copy_bytes;
/drivers/net/ethernet/intel/igb/
H A Digb.h186 unsigned int total_bytes; /* total bytes processed this int */ member in struct:igb_ring_container
H A Digb_main.c3836 avg_wire_size = q_vector->rx.total_bytes / packets;
3841 q_vector->tx.total_bytes / packets);
3871 q_vector->rx.total_bytes = 0;
3873 q_vector->tx.total_bytes = 0;
3897 unsigned int bytes = ring_container->total_bytes;
3939 ring_container->total_bytes = 0;
5750 unsigned int total_bytes = 0, total_packets = 0; local
5779 total_bytes += tx_buffer->bytecount;
5832 total_packets, total_bytes); local
5836 tx_ring->tx_stats.bytes += total_bytes;
6029 unsigned int total_bytes = 0, total_packets = 0; local
[all...]
/drivers/crypto/
H A Dmv_cesa.c482 static int count_sgs(struct scatterlist *sl, unsigned int total_bytes) argument
490 if (total_bytes > cur_len)
491 total_bytes -= cur_len;
/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c249 unsigned int total_bytes = 0, total_packets = 0; local
340 total_bytes += skb->len;
373 adapter->total_rx_bytes += total_bytes;
374 adapter->net_stats.rx_bytes += total_bytes;
752 unsigned int total_bytes = 0, total_packets = 0; local
778 total_bytes += bytecount;
808 adapter->net_stats.tx_bytes += total_bytes;
/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1217 uint32_t total_bytes = 0; local
1351 total_bytes = data_bytes;
1359 total_bytes = data_bytes + dif_bytes;
1388 cmd_pkt->byte_count = cpu_to_le32(total_bytes);
1391 *fcp_dl = htonl(total_bytes);
/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2797 u32 total_bytes = 0, flash_op; local
2872 total_bytes = pflashcomp[i].size;
2873 while (total_bytes) {
2874 if (total_bytes > 32*1024)
2877 num_bytes = total_bytes;
2878 total_bytes -= num_bytes;
2879 if (!total_bytes) {
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h292 unsigned int total_bytes; /* total bytes processed this int */ member in struct:ixgbe_ring_container
H A Dixgbe_main.c747 unsigned int total_bytes = 0, total_packets = 0; local
782 total_bytes += tx_buffer->bytecount;
801 tx_ring->stats.bytes += total_bytes;
804 q_vector->tx.total_bytes += total_bytes;
1467 q_vector->rx.total_bytes += total_rx_bytes;
1574 int bytes = ring_container->total_bytes;
1609 ring_container->total_bytes = 0;
/drivers/staging/octeon/
H A Dethernet-tx.c259 pko_command.s.total_bytes = skb->len;
/drivers/video/omap2/dss/
H A Ddsi.c475 u32 total_bytes; local
495 total_bytes = dsi->update_bytes;
504 total_bytes,
505 total_bytes * 1000 / total_us);
/drivers/net/ethernet/marvell/
H A Dsky2.c2697 unsigned int total_bytes[2] = { 0 }; local
2726 total_bytes[port] += length;
2786 sky2_rx_done(hw, 0, total_packets[0], total_bytes[0]);
2787 sky2_rx_done(hw, 1, total_packets[1], total_bytes[1]);
/drivers/target/
H A Dtarget_core_device.c80 deve->total_bytes += se_cmd->data_length;

Completed in 388 milliseconds