Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Di82596.c610 size_t bufcount, crccount; in i82596_receive() local
629 bufcount = num; in i82596_receive()
632 bufcount = len - 4; in i82596_receive()
634 crccount = num - bufcount; in i82596_receive()
636 if (bufcount > 0) { in i82596_receive()
638 assert(bufsz >= bufcount); in i82596_receive()
639 bufsz -= bufcount; in i82596_receive()
641 MEMTXATTRS_UNSPECIFIED, buf, bufcount); in i82596_receive()
642 rba += bufcount; in i82596_receive()
643 buf += bufcount; in i82596_receive()
[all …]
/openbmc/linux/drivers/usb/class/
H A Dusbtmc.c831 int bufcount = 1; in usbtmc_generic_read() local
881 bufcount = 0; in usbtmc_generic_read()
883 bufcount = roundup(max_transfer_size, bufsize) / bufsize; in usbtmc_generic_read()
884 if (bufcount > file_data->in_urbs_used) in usbtmc_generic_read()
885 bufcount -= file_data->in_urbs_used; in usbtmc_generic_read()
887 bufcount = 0; in usbtmc_generic_read()
889 if (bufcount + file_data->in_urbs_used > MAX_URBS_IN_FLIGHT) { in usbtmc_generic_read()
890 bufcount = MAX_URBS_IN_FLIGHT - in usbtmc_generic_read()
898 max_transfer_size, bufcount, file_data->in_urbs_used); in usbtmc_generic_read()
900 while (bufcount > 0) { in usbtmc_generic_read()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c716 dma_addr_t pa, uint outidx, u32 *flags, u32 bufcount) in dma64_dd_upd() argument
718 u32 ctrl2 = bufcount & D64_CTRL2_BC_MASK; in dma64_dd_upd()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h430 int bufcount; member
H A Dphy_cmn.c514 pi->nphy_saved_noisevars.bufcount = 0; in wlc_phy_attach()
H A Dphy_n.c18941 for (i = 0; i < pi->nphy_saved_noisevars.bufcount; i++) { in wlc_phy_adjust_min_noisevar_nphy()
18952 pi->nphy_saved_noisevars.bufcount = 0; in wlc_phy_adjust_min_noisevar_nphy()
18957 pi->nphy_saved_noisevars.bufcount = 0; in wlc_phy_adjust_min_noisevar_nphy()
18971 pi->nphy_saved_noisevars.bufcount++; in wlc_phy_adjust_min_noisevar_nphy()