Home
last modified time | relevance | path

Searched refs:PKT_LIST (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c1978 PKT_LIST *tx_pkt_list; /* list for tx packets */
1979 PKT_LIST *rx_pkt_list; /* list for rx packets */
1980 PKT_LIST *ctrl_pkt_list; /* list for ioctl/event buf post */
2015 if ((handle->tx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2017 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2021 if ((handle->rx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2023 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2027 if ((handle->ctrl_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2029 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2041 MFREE(osh, handle->ctrl_pkt_list, sizeof(PKT_LIST)); in dhd_pktid_map_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c2614 PKT_LIST *tx_pkt_list; /* list for tx packets */
2615 PKT_LIST *rx_pkt_list; /* list for rx packets */
2616 PKT_LIST *ctrl_pkt_list; /* list for ioctl/event buf post */
2650 if ((handle->tx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2652 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2656 if ((handle->rx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2658 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2662 if ((handle->ctrl_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2664 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2676 MFREE(osh, handle->ctrl_pkt_list, sizeof(PKT_LIST)); in dhd_pktid_map_init()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c2614 PKT_LIST *tx_pkt_list; /* list for tx packets */
2615 PKT_LIST *rx_pkt_list; /* list for rx packets */
2616 PKT_LIST *ctrl_pkt_list; /* list for ioctl/event buf post */
2650 if ((handle->tx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2652 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2656 if ((handle->rx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2658 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2662 if ((handle->ctrl_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2664 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2676 MFREE(osh, handle->ctrl_pkt_list, sizeof(PKT_LIST)); in dhd_pktid_map_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c2614 PKT_LIST *tx_pkt_list; /* list for tx packets */
2615 PKT_LIST *rx_pkt_list; /* list for rx packets */
2616 PKT_LIST *ctrl_pkt_list; /* list for ioctl/event buf post */
2650 if ((handle->tx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2652 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2656 if ((handle->rx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2658 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2662 if ((handle->ctrl_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
2664 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
2676 MFREE(osh, handle->ctrl_pkt_list, sizeof(PKT_LIST)); in dhd_pktid_map_init()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c3060 PKT_LIST *tx_pkt_list; /* list for tx packets */
3061 PKT_LIST *rx_pkt_list; /* list for rx packets */
3062 PKT_LIST *ctrl_pkt_list; /* list for ioctl/event buf post */
3096 if ((handle->tx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
3098 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
3102 if ((handle->rx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
3104 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
3108 if ((handle->ctrl_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
3110 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
3122 MFREE(osh, handle->ctrl_pkt_list, sizeof(PKT_LIST)); in dhd_pktid_map_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c3064 PKT_LIST *tx_pkt_list; /* list for tx packets */
3065 PKT_LIST *rx_pkt_list; /* list for rx packets */
3066 PKT_LIST *ctrl_pkt_list; /* list for ioctl/event buf post */
3100 if ((handle->tx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
3102 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
3106 if ((handle->rx_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
3108 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
3112 if ((handle->ctrl_pkt_list = (PKT_LIST *) MALLOC(osh, sizeof(PKT_LIST))) == NULL) { in dhd_pktid_map_init()
3114 __FUNCTION__, __LINE__, sizeof(PKT_LIST))); in dhd_pktid_map_init()
3126 MFREE(osh, handle->ctrl_pkt_list, sizeof(PKT_LIST)); in dhd_pktid_map_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinux_osl.h566 typedef struct sk_buff_head PKT_LIST; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinux_osl.h566 typedef struct sk_buff_head PKT_LIST; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinux_osl.h570 typedef struct sk_buff_head PKT_LIST; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinux_osl.h797 typedef struct sk_buff_head PKT_LIST; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinux_osl.h801 typedef struct sk_buff_head PKT_LIST; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dlinux_osl.h1149 typedef struct sk_buff_head PKT_LIST; typedef