| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | linux_pkt.h | 55 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FUNCTION__) argument 58 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb)) argument 63 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) argument 65 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) argument 69 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) argument 74 #define PKTDATA(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->data);}) argument 75 #define PKTLEN(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->len);}) argument 76 #define PKTHEAD(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->head);}) argument 77 #define PKTSETHEAD(osh, skb, h) ({BCM_REFERENCE(osh); \ argument 79 #define PKTHEADROOM(osh, skb) (PKTDATA(osh, skb)-(((struct sk_buff*)(skb))->head)) argument [all …]
|
| D | osl.h | 137 #define PKTCGETATTR(skb) (0) argument 138 #define PKTCSETATTR(skb, f, p, b) BCM_REFERENCE(skb) argument 139 #define PKTCCLRATTR(skb) BCM_REFERENCE(skb) argument 140 #define PKTCCNT(skb) (1) argument 141 #define PKTCLEN(skb) PKTLEN(NULL, skb) argument 142 #define PKTCGETFLAGS(skb) (0) argument 143 #define PKTCSETFLAGS(skb, f) BCM_REFERENCE(skb) argument 144 #define PKTCCLRFLAGS(skb) BCM_REFERENCE(skb) argument 145 #define PKTCFLAGS(skb) (0) argument 146 #define PKTCSETCNT(skb, c) BCM_REFERENCE(skb) argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/forward/liteOS/ |
| D | oal_skbuff.h | 167 static inline td_void skb_reset_tail_pointer(struct sk_buff *skb) in skb_reset_tail_pointer() 172 static inline td_u8 *skb_tail_pointer(const struct sk_buff *skb) in skb_tail_pointer() 183 static inline td_void skb_reserve(struct sk_buff *skb, td_u32 len) in skb_reserve() 191 struct sk_buff *skb = alloc_skb(length + NET_SKB_PAD); in _dev_alloc_skb() local 198 static inline td_void skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) in skb_unlink() 211 static inline struct sk_buff *skb_get(struct sk_buff *skb) in skb_get() 226 static inline struct sk_buff *skb_peek_next(const struct sk_buff *skb, const struct sk_buff_head *l… in skb_peek_next() 238 struct sk_buff *skb = list_->prev; in skb_peek_tail() local 248 struct sk_buff *skb = skb_peek(list); in _skb_dequeue() local 257 struct sk_buff *skb = skb_peek_tail(list); in _skb_dequeue_tail() local [all …]
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | linux_pkt.c | 147 osl_fwderbuf_reset(osl_t *osh, struct sk_buff *skb) in osl_fwderbuf_reset() 154 struct sk_buff *skb; in osl_alloc_skb() local 239 struct sk_buff *skb; in linux_pktget() local 268 struct sk_buff *skb, *nskb; in linux_pktfree_irq() local 337 struct sk_buff *skb, *nskb; in linux_pktfree() local 403 struct sk_buff *skb; in osl_pktget_static() local 536 struct sk_buff *skb = (struct sk_buff *)p; in osl_pktfree_static() local 609 osl_pktdup(osl_t *osh, void *skb, int line, const char *caller) in osl_pktdup() 656 osl_pkt_orphan_partial(struct sk_buff *skb, int tsq) in osl_pkt_orphan_partial()
|
| D | wl_cfgvendor.c | 208 struct sk_buff *skb; in wl_cfgvendor_send_async_event() local 237 struct sk_buff *skb; in wl_cfgvendor_send_cmd_reply() local 279 struct sk_buff *skb; in wl_cfgvendor_get_feature_set_matrix() local 426 struct sk_buff *skb; in wl_cfgvendor_send_hotlist_event() local 518 struct sk_buff *skb; in wl_cfgvendor_gscan_get_batch_results() local 1211 struct sk_buff *skb; in wl_cfgvendor_gscan_get_channel_list() local 1323 struct sk_buff *skb = NULL; in wl_cfgvendor_get_wake_reason_stats() local 1541 struct sk_buff *skb = NULL; in wl_cfgvendor_rtt_evt() local 6435 struct sk_buff *skb = NULL; in wl_cfgvendor_dbg_file_dump() local 6603 struct sk_buff *skb = NULL; in wl_cfgvendor_dbg_trigger_mem_dump() local [all …]
|
| D | wl_ext_genl.c | 312 wl_ext_genl_recv(struct sk_buff *skb, struct genl_info *info) in wl_ext_genl_recv() 365 struct sk_buff *skb = NULL; in wl_ext_genl_send() local 426 wl_ext_genl_bind(struct sk_buff *skb, struct genl_info *info) in wl_ext_genl_bind()
|
| D | dhd_linux_lb.c | 977 struct sk_buff * skb; in dhd_napi_poll() local 1235 int ifidx, void *skb) in dhd_lb_sendpkt() 1269 struct sk_buff *skb; in dhd_lb_tx_process() local
|
| D | wl_linux_mon.c | 178 static netdev_tx_t dhd_mon_if_subif_start_xmit(struct sk_buff *skb, struct net_device *ndev) in dhd_mon_if_subif_start_xmit()
|
| D | dhd_linux.c | 1585 static inline int dhd_rxf_enqueue(dhd_pub_t *dhdp, void* skb) in dhd_rxf_enqueue() 1624 void *skb; in dhd_rxf_dequeue() local 3276 struct sk_buff *skb; in dhd_sendup() local 3587 dhd_start_xmit(struct sk_buff *skb, struct net_device *net) in dhd_start_xmit() 3881 dhd_start_xmit_wrapper(struct sk_buff *skb, struct net_device *net) in dhd_start_xmit_wrapper() 4027 dhd_netif_rx_ni(struct sk_buff * skb) in dhd_netif_rx_ni() 4039 dhd_event_logtrace_pkt_process(dhd_pub_t *dhdp, struct sk_buff * skb) in dhd_event_logtrace_pkt_process() 4088 struct sk_buff *skb; in dhd_event_logtrace_process_items() local 4389 struct sk_buff *skb; in dhd_event_logtrace_flush_queue() local 4403 struct sk_buff *skb = NULL; in dhd_sendup_info_buf() local [all …]
|
| D | wl_android.c | 3698 static void wl_netlink_recv(struct sk_buff *skb) in wl_netlink_recv() 3744 struct sk_buff *skb = NULL; in wl_netlink_send_msg() local 5019 struct sk_buff *skb; in wl_android_bcnrecv_event() local 6290 struct sk_buff *skb; in wl_genl_send_msg() local 6410 struct sk_buff *skb, in wl_genl_handle_msg()
|
| D | dhd_linux.h | 164 struct sk_buff *skb; member
|
| D | dbus_usb_linux.c | 270 #define SKB_PRIV(skb, idx) (&((void **)skb->cb)[idx]) argument 271 #define SKB_PRIV_URB(skb) (*(struct urb **)SKB_PRIV(skb, 0)) argument
|
| D | wl_cfgp2p.c | 2468 static netdev_tx_t wl_cfgp2p_start_xmit(struct sk_buff *skb, struct net_device *ndev) in wl_cfgp2p_start_xmit()
|
| D | linux_osl.c | 1629 struct sk_buff *skb; in osl_sec_dma_map() local
|
| /device/soc/rockchip/common/vendor/drivers/net/usb/ |
| D | meig_cdc_driver.c | 518 struct sk_buff *skb; member 784 void hw_skb_return(struct hw_cdc_net *dev, struct sk_buff *skb) in hw_skb_return() 819 struct sk_buff *skb, *skbnext; in unlink_urbs() local 902 static void tx_defer_bh(struct hw_cdc_net *dev, struct sk_buff *skb, struct sk_buff_head *list) in tx_defer_bh() 919 struct sk_buff *skb; in submit_skb() local 956 static void rx_tlp_parse(struct hw_cdc_net *dev, struct sk_buff *skb) in rx_tlp_parse() 1097 static void rx_defer_bh(struct hw_cdc_net *dev, struct sk_buff *skb, struct sk_buff_head *list) in rx_defer_bh() 1139 struct sk_buff *skb; in rx_submit() local 1206 static inline void rx_process(struct hw_cdc_net *dev, struct sk_buff *skb) in rx_process() 1228 struct sk_buff *skb = (struct sk_buff *)urb->context; in rx_complete() local [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-rk-tool.c | 322 static void dwmac_rk_udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst) in dwmac_rk_udp4_hwcsum() 337 struct sk_buff *skb = NULL; in dwmac_rk_get_skb() local 470 struct sk_buff *skb) in dwmac_rk_loopback_validate() 532 struct sk_buff *skb; in dwmac_rk_rx_fill() local 577 struct sk_buff *skb; in dwmac_rk_rx_clean() local 594 struct sk_buff *skb; in dwmac_rk_rx_validate() local 658 struct sk_buff *skb; in dwmac_rk_tx_clean() local 680 static int dwmac_rk_xmit(struct sk_buff *skb, struct net_device *dev, in dwmac_rk_xmit()
|
| D | stmmac.h | 86 struct sk_buff *skb; member
|
| /device/soc/rockchip/common/vendor/drivers/net/ethernet/ |
| D | dwmac-rk-tool.c | 310 static void dwmac_rk_udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst) in dwmac_rk_udp4_hwcsum() 323 struct sk_buff *skb = NULL; in dwmac_rk_get_skb() local 459 …_loopback_validate(struct stmmac_priv *priv, struct dwmac_rk_lb_priv *lb_priv, struct sk_buff *skb) in dwmac_rk_loopback_validate() 531 struct sk_buff *skb; in dwmac_rk_rx_fill() local 574 struct sk_buff *skb; in dwmac_rk_rx_clean() local 588 struct sk_buff *skb; in dwmac_rk_rx_validate() local 645 struct sk_buff *skb; in dwmac_rk_tx_clean() local 664 static int dwmac_rk_xmit(struct sk_buff *skb, struct net_device *dev, struct dwmac_rk_lb_priv *lb_p… in dwmac_rk_xmit()
|
| /device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
| D | sco.c | 291 static int sco_send_frame(struct sock *sk, struct sk_buff *skb) in sco_send_frame() 308 static void sco_recv_frame(struct sco_conn *conn, struct sk_buff *skb) in sco_recv_frame() 469 static void sco_skb_put_cmsg(struct sk_buff *skb, struct msghdr *msg, struct sock *sk) in sco_skb_put_cmsg() 738 struct sk_buff *skb; in sco_sock_sendmsg() local 1237 void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) in sco_recv_scodata()
|
| D | l2cap_sock.c | 1522 static int l2cap_sock_recv_cb(struct l2cap_chan *chan, struct sk_buff *skb) in l2cap_sock_recv_cb() 1638 struct sk_buff *skb; in l2cap_sock_alloc_skb_cb() local 1735 static int l2cap_sock_filter(struct l2cap_chan *chan, struct sk_buff *skb) in l2cap_sock_filter() 1779 static void l2cap_skb_msg_name(struct sk_buff *skb, void *msg_name, int *msg_namelen) in l2cap_skb_msg_name()
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/ |
| D | oal_net.h | 1252 static inline td_s32 oal_nla_put_u32(oal_netbuf_stru *skb, td_s32 l_attrtype, td_u32 value) in oal_nla_put_u32() 1257 static inline td_s32 oal_nla_put_u16(oal_netbuf_stru *skb, td_s32 l_attrtype, td_u32 value) in oal_nla_put_u16() 1262 static inline td_s32 oal_nla_put_flag(oal_netbuf_stru *skb, td_s32 l_attrtype) in oal_nla_put_flag() 1267 static inline td_s32 oal_nla_put(oal_netbuf_stru *skb, td_s32 l_attrtype, td_s32 l_attrlen, const … in oal_nla_put() 1281 static inline td_s32 oal_nla_put_nohdr(oal_netbuf_stru *skb, td_s32 l_attrlen, const td_void *p_da… in oal_nla_put_nohdr() 1291 static inline td_void oal_nlmsg_free(oal_netbuf_stru *skb) in oal_nlmsg_free() 1296 static inline td_s32 oal_genlmsg_multicast(oal_genl_family_stru *family, oal_netbuf_stru *skb, td_… in oal_genlmsg_multicast() 1309 static inline td_void *oal_genlmsg_put(oal_netbuf_stru *skb, td_u32 pid, td_u32 seq, in oal_genlmsg_put() 1315 static inline oal_nlattr_stru *oal_nla_nest_start(oal_netbuf_stru *skb, td_s32 l_attrtype) in oal_nla_nest_start() 1320 static inline td_void oal_genlmsg_cancel(oal_netbuf_stru *skb, td_void *hdr) in oal_genlmsg_cancel() [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
| D | r8168_n.c | 3624 struct sk_buff *skb, *rx_skb; in rtl8168_mac_loopback_test() local 5350 struct sk_buff *skb) in rtl8168_tx_vlan_tag() 5412 struct sk_buff *skb) in rtl8168_rx_vlan_skb() 5439 struct sk_buff *skb) in rtl8168_tx_vlan_tag() 5447 struct sk_buff *skb) in rtl8168_rx_vlan_skb() 27123 struct sk_buff *skb; in rtl8168_alloc_rx_skb() local 27305 struct sk_buff *skb = tx_skb->skb; in rtl8168_tx_clear_range() local 27501 struct sk_buff *skb, 27559 __be16 get_protocol(struct sk_buff *skb) 27575 static bool rtl8168_skb_pad(struct sk_buff *skb) [all …]
|
| /device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
| D | usbnet.h | 232 static inline void usbnet_set_skb_tx_stats(struct sk_buff *skb, unsigned long packets, long bytes_d… in usbnet_set_skb_tx_stats()
|
| /device/soc/rockchip/rk3588/kernel/include/linux/ |
| D | stmmac.h | 86 struct sk_buff *skb; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | bpf.h | 1561 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, struct… in dev_map_generic_redirect() 1846 struct sk_buff *skb; member
|