Searched refs:skb_match (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 642 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in ocelot_port_dequeue_ptp_tx_skb() local 661 skb_match = skb; in ocelot_port_dequeue_ptp_tx_skb() 667 return skb_match; in ocelot_port_dequeue_ptp_tx_skb() 824 struct sk_buff *skb_match; in ocelot_get_txtstamp() local 841 skb_match = ocelot_port_dequeue_ptp_tx_skb(ocelot, txport, id, in ocelot_get_txtstamp() 843 if (!skb_match) { in ocelot_get_txtstamp() 856 skb_complete_tx_timestamp(skb_match, &shhwtstamps); in ocelot_get_txtstamp()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ptp.c | 308 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in sparx5_ptp_irq_handler() local 361 skb_match = skb; in sparx5_ptp_irq_handler() 371 if (WARN_ON(!skb_match)) in sparx5_ptp_irq_handler() 383 skb_tstamp_tx(skb_match, &shhwtstamps); in sparx5_ptp_irq_handler() 385 dev_kfree_skb_any(skb_match); in sparx5_ptp_irq_handler()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 458 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in lan966x_ptp_irq_handler() local 509 skb_match = skb; in lan966x_ptp_irq_handler() 519 if (WARN_ON(!skb_match)) in lan966x_ptp_irq_handler() 531 skb_tstamp_tx(skb_match, &shhwtstamps); in lan966x_ptp_irq_handler() 533 dev_kfree_skb_any(skb_match); in lan966x_ptp_irq_handler()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 418 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in sja1110_process_meta_tstamp() local 432 skb_match = skb; in sja1110_process_meta_tstamp() 439 if (WARN_ON(!skb_match)) in sja1110_process_meta_tstamp() 443 skb_complete_tx_timestamp(skb_match, &shwt); in sja1110_process_meta_tstamp()
|
/openbmc/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx.c | 669 struct sk_buff *skb, *tmp, *skb_match = NULL; in nxp_c45_process_txts() local 682 skb_match = skb; in nxp_c45_process_txts() 688 if (skb_match) { in nxp_c45_process_txts() 694 skb_complete_tx_timestamp(skb_match, &shhwtstamps); in nxp_c45_process_txts()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1474 struct sk_buff *skb_match = NULL, *skb_tmp; in ocelot_port_purge_txtstamp_skb() local 1486 skb_match = skb; in ocelot_port_purge_txtstamp_skb() 1492 WARN_ONCE(!skb_match, in ocelot_port_purge_txtstamp_skb()
|