Searched refs:tp_status (Results 1 – 6 of 6) sorted by relevance
98 __u32 tp_status; member133 unsigned long tp_status; member147 __u32 tp_status; member172 __u32 tp_status; member
175 return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER); in __v1_rx_kernel_ready()180 hdr->tp_status = TP_STATUS_KERNEL; in __v1_rx_user_ready()186 return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER); in __v2_rx_kernel_ready()191 hdr->tp_status = TP_STATUS_KERNEL; in __v2_rx_user_ready()281 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v1_tx_kernel_ready()286 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v1_tx_user_ready()292 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v2_tx_kernel_ready()297 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v2_tx_user_ready()303 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING)); in __v3_tx_kernel_ready()308 hdr->tp_status = TP_STATUS_SEND_REQUEST; in __v3_tx_user_ready()
127 while (header->tp_status != TP_STATUS_AVAILABLE) in send_pkt()133 header->tp_status = TP_STATUS_SEND_REQUEST; in send_pkt()
227 while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) { in sock_fanout_read_ring()
409 h.h1->tp_status = status; in __packet_set_status()410 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()413 h.h2->tp_status = status; in __packet_set_status()414 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()417 h.h3->tp_status = status; in __packet_set_status()418 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()437 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()438 return h.h1->tp_status; in __packet_get_status()440 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()441 return h.h2->tp_status; in __packet_get_status()[all …]
525 header->tp_status = TP_STATUS_SEND_REQUEST;565 - TP_STATUS_VLAN_VALID bit being set into the tp_status field indicates567 - TP_STATUS_VLAN_TPID_VALID bit being set into the tp_status field1041 To determine what kind of timestamp has been reported, the tp_status field1061 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))1063 one can extract the type of timestamp in a second step from tp_status)!