Lines Matching refs:read_skb
584 struct sk_buff *read_skb, u32 *val) in qca8k_phy_eth_busy_wait() argument
586 struct sk_buff *skb = skb_copy(read_skb, GFP_KERNEL); in qca8k_phy_eth_busy_wait()
619 struct sk_buff *write_skb, *clear_skb, *read_skb; in qca8k_phy_eth_command() local
655 read_skb = qca8k_alloc_mdio_header(MDIO_READ, QCA8K_MDIO_MASTER_CTRL, &clear_val, in qca8k_phy_eth_command()
657 if (!read_skb) { in qca8k_phy_eth_command()
678 read_skb->dev = mgmt_master; in qca8k_phy_eth_command()
698 kfree_skb(read_skb); in qca8k_phy_eth_command()
704 kfree_skb(read_skb); in qca8k_phy_eth_command()
711 mgmt_eth_data, read_skb, &val); in qca8k_phy_eth_command()
723 qca8k_mdio_header_fill_seq_num(read_skb, mgmt_eth_data->seq); in qca8k_phy_eth_command()
726 dev_queue_xmit(read_skb); in qca8k_phy_eth_command()
745 kfree_skb(read_skb); in qca8k_phy_eth_command()
766 kfree_skb(read_skb); in qca8k_phy_eth_command()