Searched refs:TP_STATUS_SEND_REQUEST (Results 1 – 5 of 5) sorted by relevance
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()
133 header->tp_status = TP_STATUS_SEND_REQUEST; in send_pkt()
122 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
508 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send()514 current data buffer size and sets its status field to TP_STATUS_SEND_REQUEST.516 calls send(). Then all buffers with status equal to TP_STATUS_SEND_REQUEST are525 header->tp_status = TP_STATUS_SEND_REQUEST;1061 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
2788 TP_STATUS_SEND_REQUEST); in tpacket_snd()2807 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()2869 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()
Completed in 21 milliseconds