Lines Matching refs:tp_status
371 h.h1->tp_status = status; in __packet_set_status()
372 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
375 h.h2->tp_status = status; in __packet_set_status()
376 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
379 h.h3->tp_status = status; in __packet_set_status()
380 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()
399 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
400 return h.h1->tp_status; in __packet_get_status()
402 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
403 return h.h2->tp_status; in __packet_get_status()
405 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()
406 return h.h3->tp_status; in __packet_get_status()
973 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()
977 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2391 h.h3->tp_status |= status; in tpacket_rcv()
3478 aux.tp_status = TP_STATUS_USER; in packet_recvmsg()
3480 aux.tp_status |= TP_STATUS_CSUMNOTREADY; in packet_recvmsg()
3483 aux.tp_status |= TP_STATUS_CSUM_VALID; in packet_recvmsg()
3492 aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in packet_recvmsg()