Lines Matching refs:tp_status
376 h.h1->tp_status = status; in __packet_set_status()
377 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
380 h.h2->tp_status = status; in __packet_set_status()
381 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
384 h.h3->tp_status = status; in __packet_set_status()
385 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()
404 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
405 return h.h1->tp_status; in __packet_get_status()
407 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
408 return h.h2->tp_status; in __packet_get_status()
410 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()
411 return h.h3->tp_status; in __packet_get_status()
974 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()
978 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2320 h.h3->tp_status |= status; in tpacket_rcv()
3362 aux.tp_status = TP_STATUS_USER; in packet_recvmsg()
3364 aux.tp_status |= TP_STATUS_CSUMNOTREADY; in packet_recvmsg()
3368 aux.tp_status |= TP_STATUS_CSUM_VALID; in packet_recvmsg()
3377 aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in packet_recvmsg()