/drivers/net/ethernet/rocker/ |
D | rocker_tlv.h | 32 int totlen = ROCKER_TLV_ALIGN(tlv->len); in rocker_tlv_next() local 34 *remaining -= totlen; in rocker_tlv_next() 35 return (struct rocker_tlv *) ((char *) tlv + totlen); in rocker_tlv_next()
|
/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 763 unsigned short totlen; in sun3_82586_rcv_int() local 777 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */ in sun3_82586_rcv_int() 779 totlen &= RBD_MASK; /* length of this frame */ in sun3_82586_rcv_int() 781 skb = netdev_alloc_skb(dev, totlen + 2); in sun3_82586_rcv_int() 785 skb_put(skb,totlen); in sun3_82586_rcv_int() 786 skb_copy_to_linear_data(skb,(char *) p->base+swab32((unsigned long) rbd->buffer),totlen); in sun3_82586_rcv_int() 798 totlen = 0; in sun3_82586_rcv_int() 801 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int() 810 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int() 812 printk("%s: received oversized frame! length: %d\n",dev->name,totlen); in sun3_82586_rcv_int()
|
/drivers/usb/core/ |
D | devio.c | 1502 unsigned int u, totlen, isofrmlen; in proc_do_submiturb() local 1631 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() 1640 totlen += isopkt[u].length; in proc_do_submiturb() 1643 uurb->buffer_length = totlen; in proc_do_submiturb() 1693 totlen = uurb->buffer_length; in proc_do_submiturb() 1695 u = (totlen > USB_SG_SIZE) ? USB_SG_SIZE : totlen; in proc_do_submiturb() 1710 totlen -= u; in proc_do_submiturb() 1788 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() 1789 as->urb->iso_frame_desc[u].offset = totlen; in proc_do_submiturb() 1791 totlen += isopkt[u].length; in proc_do_submiturb()
|
/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 171 size_t retlen, len, totlen; in read_bbt() local 178 totlen = (num * bits) >> 3; in read_bbt() 182 while (totlen) { in read_bbt() 183 len = min(totlen, (size_t)(1 << this->bbt_erase_shift)); in read_bbt() 242 totlen -= len; in read_bbt()
|
/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 669 size_t totlen = 0, thislen; in cfi_staa_writev() local 698 totlen += thislen; in cfi_staa_writev() 708 totlen += thislen; in cfi_staa_writev() 722 totlen += thislen; in cfi_staa_writev() 728 *retlen = totlen; in cfi_staa_writev()
|
/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 1184 int i, totlen = 0; in usbvision_compress_isochronous() local 1241 totlen += packet_len; in usbvision_compress_isochronous() 1246 if (totlen > 0) { in usbvision_compress_isochronous() 1251 usbvision_hexdump(data0, (totlen > 64) ? 64 : totlen); in usbvision_compress_isochronous() 1256 return totlen; in usbvision_compress_isochronous()
|
/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 563 unsigned int totlen; in safexcel_send_req() local 607 totlen = totlen_src; in safexcel_send_req() 641 if (totlen == 0) in safexcel_send_req() 642 totlen = 1; in safexcel_send_req() 654 sg_dma_address(sg), len, totlen, in safexcel_send_req() 677 first_cdesc = safexcel_add_cdesc(priv, ring, 1, 1, 0, 0, totlen, in safexcel_send_req()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 1479 u16 dlen, totlen; in brcmf_sdio_rxglom() local 1506 for (totlen = num = 0; dlen; num++) { in brcmf_sdio_rxglom() 1522 totlen += sublen; in brcmf_sdio_rxglom() 1528 (roundup(totlen, bus->blocksize) - totlen); in brcmf_sdio_rxglom() 1529 totlen = roundup(totlen, bus->blocksize); in brcmf_sdio_rxglom() 1549 totlen, num); in brcmf_sdio_rxglom() 1551 totlen != bus->cur_read.len) { in brcmf_sdio_rxglom() 1553 bus->cur_read.len, totlen, rxseq); in brcmf_sdio_rxglom()
|
D | sdio.h | 325 struct sk_buff_head *pktq, uint totlen);
|
D | bcmsdh.c | 560 struct sk_buff_head *pktq, uint totlen) in brcmf_sdiod_recv_chain() argument 581 glom_skb = brcmu_pkt_buf_get_skb(totlen); in brcmf_sdiod_recv_chain()
|
D | cfg80211.c | 341 int totlen = buflen; in brcmf_parse_tlvs() local 344 while (totlen >= TLV_HDR_LEN) { in brcmf_parse_tlvs() 348 if ((elt->id == key) && (totlen >= (len + TLV_HDR_LEN))) in brcmf_parse_tlvs() 352 totlen -= (len + TLV_HDR_LEN); in brcmf_parse_tlvs()
|
/drivers/net/ppp/ |
D | bsd_comp.c | 137 int totlen; /* length of this structure */ member 438 db->totlen = sizeof (struct bsd_db) + in bsd_alloc()
|
D | ppp_generic.c | 1678 int len, totlen; in ppp_mp_explode() local 1742 totlen = len; in ppp_mp_explode() 1791 totlen = len; in ppp_mp_explode() 1814 flen = (((totfree - nzero)*(totlen + hdrlen*totfree)) / in ppp_mp_explode()
|
/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 525 u32 ci, pi, totlen = 0; in bnad_cq_setup_skb_frags() local 553 totlen += len; in bnad_cq_setup_skb_frags() 565 skb->len += totlen; in bnad_cq_setup_skb_frags() 566 skb->data_len += totlen; in bnad_cq_setup_skb_frags() 596 u32 packets = 0, len = 0, totlen = 0; in bnad_cq_process() local 641 totlen = len; in bnad_cq_process() 671 totlen += len; in bnad_cq_process() 695 rcb->rxq->rx_bytes += totlen; in bnad_cq_process() 696 ccb->bytes_per_intr += totlen; in bnad_cq_process()
|
/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 765 static int check_fwfile_format(const u8 *data, u32 totlen) in check_fwfile_format() argument 784 if (len >= totlen) in check_fwfile_format()
|
/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 776 static int check_fwfile_format(const uint8_t *data, uint32_t totlen) in check_fwfile_format() argument 795 if (len >= totlen) in check_fwfile_format()
|
/drivers/net/ethernet/alacritech/ |
D | slic.h | 493 __le32 totlen; member
|
D | slicoss.c | 1438 desc->totlen = cpu_to_le32(maplen); in slic_xmit()
|
/drivers/scsi/csiostor/ |
D | csio_wr.h | 343 uint32_t totlen; /* Total length */ member
|
D | csio_wr.c | 1070 flb.totlen = len; in csio_wr_process_fl()
|
D | csio_hw.c | 3944 if (!flb || !flb->totlen) { in csio_process_fwevtq_entry() 3950 msg_len = flb->totlen; in csio_process_fwevtq_entry()
|
/drivers/mtd/ |
D | mtdcore.c | 1825 size_t totlen = 0, thislen; in default_mtd_writev() local 1833 totlen += thislen; in default_mtd_writev() 1838 *retlen = totlen; in default_mtd_writev()
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.c | 843 uint totlen, supr_status; in brcms_c_dotxstatus() local 992 totlen = p->len; in brcms_c_dotxstatus()
|