Home
last modified time | relevance | path

Searched refs:PKTBUF (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_cdc.c418 #define PKTBUF pktbuf macro
420 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
431 PKTPUSH(dhd->osh, PKTBUF, BDC_HEADER_LEN); in dhd_prot_hdrpush()
433 h = (struct bdc_header *)PKTDATA(dhd->osh, PKTBUF); in dhd_prot_hdrpush()
436 if (PKTSUMNEEDED(PKTBUF)) in dhd_prot_hdrpush()
439 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
445 #undef PKTBUF /* Only defined in the above routine */
448 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
453 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
H A Ddhd_msgbuf.c4399 void *PKTBUF; local
4407 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map,
4410 PKTBUF = DHD_PKTID_TO_NATIVE_RSV(dhd, dhd->prot->pktid_ctrl_map,
4414 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, pktid, pa,
4417 if (PKTBUF) {
4449 return PKTBUF;
6678 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) argument
6684 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) argument
6691 #define PKTBUF pktbuf macro
6698 dhd_prot_txdata(dhd_pub_t *dhd, void *PKTBUF, uint8 ifidx) argument
[all …]
H A Ddhd_proto.h160 extern int dhd_post_tx_ring_item(dhd_pub_t *dhd, void *PKTBUF, uint8 ifindex);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_cdc.c418 #define PKTBUF pktbuf macro
420 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
431 PKTPUSH(dhd->osh, PKTBUF, BDC_HEADER_LEN); in dhd_prot_hdrpush()
433 h = (struct bdc_header *)PKTDATA(dhd->osh, PKTBUF); in dhd_prot_hdrpush()
436 if (PKTSUMNEEDED(PKTBUF)) in dhd_prot_hdrpush()
439 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
445 #undef PKTBUF /* Only defined in the above routine */
448 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
453 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
H A Ddhd_msgbuf.c4399 void *PKTBUF; local
4407 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map,
4410 PKTBUF = DHD_PKTID_TO_NATIVE_RSV(dhd, dhd->prot->pktid_ctrl_map,
4414 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, pktid, pa,
4417 if (PKTBUF) {
4449 return PKTBUF;
6678 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) argument
6684 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) argument
6691 #define PKTBUF pktbuf macro
6698 dhd_prot_txdata(dhd_pub_t *dhd, void *PKTBUF, uint8 ifidx) argument
[all …]
H A Ddhd_proto.h160 extern int dhd_post_tx_ring_item(dhd_pub_t *dhd, void *PKTBUF, uint8 ifindex);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_cdc.c418 #define PKTBUF pktbuf macro
420 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
431 PKTPUSH(dhd->osh, PKTBUF, BDC_HEADER_LEN); in dhd_prot_hdrpush()
433 h = (struct bdc_header *)PKTDATA(dhd->osh, PKTBUF); in dhd_prot_hdrpush()
436 if (PKTSUMNEEDED(PKTBUF)) in dhd_prot_hdrpush()
439 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
445 #undef PKTBUF /* Only defined in the above routine */
448 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
453 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
H A Ddhd_msgbuf.c4399 void *PKTBUF; local
4407 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map,
4410 PKTBUF = DHD_PKTID_TO_NATIVE_RSV(dhd, dhd->prot->pktid_ctrl_map,
4414 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, pktid, pa,
4417 if (PKTBUF) {
4449 return PKTBUF;
6678 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) argument
6684 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) argument
6691 #define PKTBUF pktbuf macro
6698 dhd_prot_txdata(dhd_pub_t *dhd, void *PKTBUF, uint8 ifidx) argument
[all …]
H A Ddhd_proto.h160 extern int dhd_post_tx_ring_item(dhd_pub_t *dhd, void *PKTBUF, uint8 ifindex);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_cdc.c432 #define PKTBUF pktbuf macro
434 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
445 PKTPUSH(dhd->osh, PKTBUF, BDC_HEADER_LEN); in dhd_prot_hdrpush()
447 h = (struct bdc_header *)PKTDATA(dhd->osh, PKTBUF); in dhd_prot_hdrpush()
450 if (PKTSUMNEEDED(PKTBUF)) in dhd_prot_hdrpush()
459 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
465 #undef PKTBUF /* Only defined in the above routine */
468 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
473 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
H A Ddhd_msgbuf.c5283 void *PKTBUF; in BCMFASTPATH() local
5291 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, in BCMFASTPATH()
5294 PKTBUF = DHD_PKTID_TO_NATIVE_RSV(dhd, dhd->prot->pktid_ctrl_map, in BCMFASTPATH()
5298 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, pktid, pa, in BCMFASTPATH()
5301 if (PKTBUF) { in BCMFASTPATH()
5327 return PKTBUF; in BCMFASTPATH()
8472 BCMFASTPATH(dhd_prot_hdrpush)(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in BCMFASTPATH()
8478 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
8483 #define PKTBUF pktbuf macro
8490 BCMFASTPATH(dhd_prot_txdata)(dhd_pub_t *dhd, void *PKTBUF, uint8 ifidx)
[all …]
H A Ddhd_proto.h179 extern int dhd_post_tx_ring_item(dhd_pub_t *dhd, void *PKTBUF, uint8 ifindex);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_cdc.c485 #define PKTBUF pktbuf macro
487 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
498 PKTPUSH(dhd->osh, PKTBUF, BDC_HEADER_LEN); in dhd_prot_hdrpush()
500 h = (struct bdc_header *)PKTDATA(dhd->osh, PKTBUF); in dhd_prot_hdrpush()
503 if (PKTSUMNEEDED(PKTBUF)) in dhd_prot_hdrpush()
507 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
513 #undef PKTBUF /* Only defined in the above routine */
516 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
521 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
H A Ddhd_msgbuf.c3250 void *PKTBUF; in dhd_prot_packet_get() local
3258 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, in dhd_prot_packet_get()
3261 PKTBUF = DHD_PKTID_TO_NATIVE_RSV(dhd, dhd->prot->pktid_ctrl_map, in dhd_prot_packet_get()
3265 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, pktid, pa, in dhd_prot_packet_get()
3268 if (PKTBUF) { in dhd_prot_packet_get()
3300 return PKTBUF; in dhd_prot_packet_get()
5184 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
5190 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
5196 #define PKTBUF pktbuf macro
5203 dhd_prot_txdata(dhd_pub_t *dhd, void *PKTBUF, uint8 ifidx) in dhd_prot_txdata() argument
[all …]
H A Ddhd_proto.h147 extern int dhd_post_tx_ring_item(dhd_pub_t *dhd, void *PKTBUF, uint8 ifindex);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_cdc.c522 #define PKTBUF pktbuf macro
524 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in dhd_prot_hdrpush() argument
535 PKTPUSH(dhd->osh, PKTBUF, BDC_HEADER_LEN); in dhd_prot_hdrpush()
537 h = (struct bdc_header *)PKTDATA(dhd->osh, PKTBUF); in dhd_prot_hdrpush()
540 if (PKTSUMNEEDED(PKTBUF)) in dhd_prot_hdrpush()
549 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
555 #undef PKTBUF /* Only defined in the above routine */
558 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
563 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
H A Ddhd_msgbuf.c5287 void *PKTBUF; in BCMFASTPATH() local
5295 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, in BCMFASTPATH()
5298 PKTBUF = DHD_PKTID_TO_NATIVE_RSV(dhd, dhd->prot->pktid_ctrl_map, in BCMFASTPATH()
5302 PKTBUF = DHD_PKTID_TO_NATIVE(dhd, dhd->prot->pktid_ctrl_map, pktid, pa, in BCMFASTPATH()
5305 if (PKTBUF) { in BCMFASTPATH()
5331 return PKTBUF; in BCMFASTPATH()
8476 BCMFASTPATH(dhd_prot_hdrpush)(dhd_pub_t *dhd, int ifidx, void *PKTBUF) in BCMFASTPATH()
8482 dhd_prot_hdrlen(dhd_pub_t *dhd, void *PKTBUF) in dhd_prot_hdrlen() argument
8487 #define PKTBUF pktbuf macro
8494 BCMFASTPATH(dhd_prot_txdata)(dhd_pub_t *dhd, void *PKTBUF, uint8 ifidx)
[all …]
H A Ddhd_proto.h175 extern int dhd_post_tx_ring_item(dhd_pub_t *dhd, void *PKTBUF, uint8 ifindex);