Searched refs:fillbufs (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | msgbuf.c | 977 u32 fillbufs; in brcmf_msgbuf_rxbuf_data_fill() local 980 fillbufs = msgbuf->max_rxbufpost - msgbuf->rxbufpost; in brcmf_msgbuf_rxbuf_data_fill() 982 while (fillbufs) { in brcmf_msgbuf_rxbuf_data_fill() 983 retcount = brcmf_msgbuf_rxbuf_data_post(msgbuf, fillbufs); in brcmf_msgbuf_rxbuf_data_fill() 987 fillbufs -= retcount; in brcmf_msgbuf_rxbuf_data_fill()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_msgbuf.c | 3354 int16 fillbufs; in dhd_msgbuf_rxbuf_post() local 3358 fillbufs = prot->max_rxbufpost - prot->rxbufpost; in dhd_msgbuf_rxbuf_post() 3359 while (fillbufs >= RX_BUF_BURST) { in dhd_msgbuf_rxbuf_post() 3369 fillbufs = MIN(fillbufs, RX_BUF_BURST); in dhd_msgbuf_rxbuf_post() 3372 retcount = dhd_prot_rxbuf_post(dhd, fillbufs, use_rsv_pktid); in dhd_msgbuf_rxbuf_post() 3381 fillbufs = prot->max_rxbufpost - prot->rxbufpost; in dhd_msgbuf_rxbuf_post() 3384 fillbufs = 0; in dhd_msgbuf_rxbuf_post()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_msgbuf.c | 4468 int16 fillbufs; local 4472 fillbufs = prot->max_rxbufpost - prot->rxbufpost; 4473 while (fillbufs >= RX_BUF_BURST) { 4483 fillbufs = MIN(fillbufs, RX_BUF_BURST); 4486 retcount = dhd_prot_rxbuf_post(dhd, fillbufs, use_rsv_pktid); 4495 fillbufs = prot->max_rxbufpost - prot->rxbufpost; 4498 fillbufs = 0;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_msgbuf.c | 4468 int16 fillbufs; local 4472 fillbufs = prot->max_rxbufpost - prot->rxbufpost; 4473 while (fillbufs >= RX_BUF_BURST) { 4483 fillbufs = MIN(fillbufs, RX_BUF_BURST); 4486 retcount = dhd_prot_rxbuf_post(dhd, fillbufs, use_rsv_pktid); 4495 fillbufs = prot->max_rxbufpost - prot->rxbufpost; 4498 fillbufs = 0;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_msgbuf.c | 4468 int16 fillbufs; local 4472 fillbufs = prot->max_rxbufpost - prot->rxbufpost; 4473 while (fillbufs >= RX_BUF_BURST) { 4483 fillbufs = MIN(fillbufs, RX_BUF_BURST); 4486 retcount = dhd_prot_rxbuf_post(dhd, fillbufs, use_rsv_pktid); 4495 fillbufs = prot->max_rxbufpost - prot->rxbufpost; 4498 fillbufs = 0;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 5381 int16 fillbufs; in BCMFASTPATH() local 5384 fillbufs = prot->max_rxbufpost - prot->rxbufpost; in BCMFASTPATH() 5385 while (fillbufs >= RX_BUF_BURST) { in BCMFASTPATH() 5387 fillbufs = MIN(fillbufs, RX_BUF_BURST); in BCMFASTPATH() 5390 retcount = dhd_prot_rxbuf_post(dhd, fillbufs, use_rsv_pktid); in BCMFASTPATH() 5395 fillbufs = prot->max_rxbufpost - prot->rxbufpost; in BCMFASTPATH() 5398 fillbufs = 0; in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 5385 int16 fillbufs; in BCMFASTPATH() local 5388 fillbufs = prot->max_rxbufpost - prot->rxbufpost; in BCMFASTPATH() 5389 while (fillbufs >= RX_BUF_BURST) { in BCMFASTPATH() 5391 fillbufs = MIN(fillbufs, RX_BUF_BURST); in BCMFASTPATH() 5394 retcount = dhd_prot_rxbuf_post(dhd, fillbufs, use_rsv_pktid); in BCMFASTPATH() 5399 fillbufs = prot->max_rxbufpost - prot->rxbufpost; in BCMFASTPATH() 5402 fillbufs = 0; in BCMFASTPATH()
|