Home
last modified time | relevance | path

Searched refs:num_pkt (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_req.c505 int num_pkt = (wqe->dma.resid + payload + qp->mtu - 1) / qp->mtu; in update_wqe_psn() local
508 if (num_pkt == 0) in update_wqe_psn()
509 num_pkt = 1; in update_wqe_psn()
513 wqe->last_psn = (qp->req.psn + num_pkt - 1) & BTH_PSN_MASK; in update_wqe_psn()
517 qp->req.psn = (wqe->first_psn + num_pkt) & BTH_PSN_MASK; in update_wqe_psn()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c713 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt);
2745 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt) in dhdsdio_txpkt() argument
2764 if (num_pkt <= 0) in dhdsdio_txpkt()
2772 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2779 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt()
2832 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2838 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2857 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2910 int num_pkt = 1; in dhdsdio_sendfromq() local
2923 num_pkt = MIN((uint32)DATABUFCNT(bus), glomlimit); in dhdsdio_sendfromq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c822 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt);
2776 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt) in dhdsdio_txpkt() argument
2795 if (num_pkt <= 0) in dhdsdio_txpkt()
2803 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2810 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt()
2864 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2882 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2939 int num_pkt = 1; in dhdsdio_sendfromq() local
2952 num_pkt = MIN((uint32)DATABUFCNT(bus), glomlimit); in dhdsdio_sendfromq()
2953 num_pkt = MIN(num_pkt, ARRAYSIZE(pkts)); in dhdsdio_sendfromq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c821 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt);
2765 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt) in dhdsdio_txpkt() argument
2784 if (num_pkt <= 0) in dhdsdio_txpkt()
2792 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2799 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt()
2853 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2871 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2928 int num_pkt = 1; in dhdsdio_sendfromq() local
2941 num_pkt = MIN((uint32)DATABUFCNT(bus), glomlimit); in dhdsdio_sendfromq()
2942 num_pkt = MIN(num_pkt, ARRAYSIZE(pkts)); in dhdsdio_sendfromq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c772 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt);
2467 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt) in dhdsdio_txpkt() argument
2486 if (num_pkt <= 0) in dhdsdio_txpkt()
2494 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2501 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt()
2546 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2564 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2622 int num_pkt = 1; in dhdsdio_sendfromq() local
2634 num_pkt = MIN((uint32)DATABUFCNT(bus), glomlimit); in dhdsdio_sendfromq()
2635 num_pkt = MIN(num_pkt, ARRAYSIZE(pkts)); in dhdsdio_sendfromq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c790 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt);
2524 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt) in dhdsdio_txpkt() argument
2543 if (num_pkt <= 0) in dhdsdio_txpkt()
2551 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2558 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt()
2603 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2621 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2679 int num_pkt = 1; in dhdsdio_sendfromq() local
2691 num_pkt = MIN((uint32)DATABUFCNT(bus), glomlimit); in dhdsdio_sendfromq()
2692 num_pkt = MIN(num_pkt, ARRAYSIZE(pkts)); in dhdsdio_sendfromq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c768 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt);
2463 static int dhdsdio_txpkt(dhd_bus_t *bus, uint chan, void** pkts, int num_pkt, bool free_pkt) in dhdsdio_txpkt() argument
2482 if (num_pkt <= 0) in dhdsdio_txpkt()
2490 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2497 last_pkt = (i == num_pkt - 1); in dhdsdio_txpkt()
2542 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2560 for (i = 0; i < num_pkt; i++) { in dhdsdio_txpkt()
2618 int num_pkt = 1; in dhdsdio_sendfromq() local
2630 num_pkt = MIN((uint32)DATABUFCNT(bus), glomlimit); in dhdsdio_sendfromq()
2631 num_pkt = MIN(num_pkt, ARRAYSIZE(pkts)); in dhdsdio_sendfromq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_fw.h6534 t_u8 num_pkt;
H A Dmlan_uap_cmdevent.c1850 tlv_chan_switch->num_pkt = in wlan_uap_cmd_sys_configure()