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()
119 #define TP_STATUS_SEND_REQUEST (1 << 0) macro
494 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send()500 current data buffer size and sets its status field to TP_STATUS_SEND_REQUEST.502 calls send(). Then all buffers with status equal to TP_STATUS_SEND_REQUEST are508 header->tp_status = TP_STATUS_SEND_REQUEST;1036 application (e.g. !(tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING))
2675 TP_STATUS_SEND_REQUEST); in tpacket_snd()2694 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()2756 status = TP_STATUS_SEND_REQUEST; in tpacket_snd()