Home
last modified time | relevance | path

Searched refs:TP_STATUS_AVAILABLE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h118 #define TP_STATUS_AVAILABLE 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h118 #define TP_STATUS_AVAILABLE 0 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtxring_overwrite.c127 while (header->tp_status != TP_STATUS_AVAILABLE) in send_pkt()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h119 #define TP_STATUS_AVAILABLE 0 macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst508 #define TP_STATUS_AVAILABLE 0 // Frame is available
513 First, the kernel initializes all frames to TP_STATUS_AVAILABLE. To send a
521 At the end of each transfer, buffer status returns to TP_STATUS_AVAILABLE.
1061 with binary | with TP_STATUS_AVAILABLE, so you must check for that in your
1067 TP_STATUS_AVAILABLE resp. TP_STATUS_WRONG_FORMAT is sufficient. If in the
1068 TX_RING part only TP_STATUS_AVAILABLE is set, then the tp_sec and tp_{n,u}sec
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c977 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2475 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts); in tpacket_destruct_skb()
2676 int status = TP_STATUS_AVAILABLE; in tpacket_snd()
2794 TP_STATUS_AVAILABLE); in tpacket_snd()
2823 TP_STATUS_AVAILABLE) { in tpacket_snd()
4218 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE)) in packet_poll()