Searched refs:first_cmd_sts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 774 u32 *first_cmd_sts, bool first_desc) in txq_put_hdr_tso() 806 *first_cmd_sts = cmd_sts; in txq_put_hdr_tso() 823 u32 first_cmd_sts = 0; in txq_submit_tso() local 848 txq_put_hdr_tso(skb, txq, data_left, &first_cmd_sts, in txq_submit_tso() 871 first_tx_desc->cmd_sts = first_cmd_sts; in txq_submit_tso() 773 txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length, u32 *first_cmd_sts, bool first_desc) txq_put_hdr_tso() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 776 u32 *first_cmd_sts, bool first_desc) in txq_put_hdr_tso() 809 *first_cmd_sts = cmd_sts; in txq_put_hdr_tso() 826 u32 first_cmd_sts = 0; in txq_submit_tso() local 851 txq_put_hdr_tso(skb, txq, data_left, &first_cmd_sts, in txq_submit_tso() 874 first_tx_desc->cmd_sts = first_cmd_sts; in txq_submit_tso() 775 txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length, u32 *first_cmd_sts, bool first_desc) txq_put_hdr_tso() argument
|
Completed in 10 milliseconds