Searched refs:is_ptp_enabled (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ptp.h | 73 bool is_ptp_enabled(struct sk_buff *skb, struct net_device *dev);
|
H A D | cxgb4_ptp.c | 70 bool is_ptp_enabled(struct sk_buff *skb, struct net_device *dev) in is_ptp_enabled() function
|
H A D | sge.c | 1504 bool ptp_enabled = is_ptp_enabled(skb, dev); in cxgb4_eth_xmit() 2480 if (is_ptp_enabled(skb, dev)) { in t4_start_xmit()
|
H A D | cxgb4_main.c | 1177 if (xfrm_offload(skb) || is_ptp_enabled(skb, dev) || in cxgb_select_queue()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ptp.h | 73 bool is_ptp_enabled(struct sk_buff *skb, struct net_device *dev);
|
H A D | cxgb4_ptp.c | 70 bool is_ptp_enabled(struct sk_buff *skb, struct net_device *dev) in is_ptp_enabled() function
|
H A D | sge.c | 1504 bool ptp_enabled = is_ptp_enabled(skb, dev); in cxgb4_eth_xmit() 2486 if (is_ptp_enabled(skb, dev)) { in t4_start_xmit()
|
H A D | cxgb4_main.c | 1176 if (xfrm_offload(skb) || is_ptp_enabled(skb, dev) || in cxgb_select_queue()
|
Completed in 30 milliseconds