Lines Matching refs:read_skb
476 struct sk_buff *read_skb, u32 *val) in qca8k_phy_eth_busy_wait() argument
478 struct sk_buff *skb = skb_copy(read_skb, GFP_KERNEL); in qca8k_phy_eth_busy_wait()
511 struct sk_buff *write_skb, *clear_skb, *read_skb; in qca8k_phy_eth_command() local
547 read_skb = qca8k_alloc_mdio_header(MDIO_READ, QCA8K_MDIO_MASTER_CTRL, &clear_val, in qca8k_phy_eth_command()
549 if (!read_skb) { in qca8k_phy_eth_command()
570 read_skb->dev = mgmt_master; in qca8k_phy_eth_command()
590 kfree_skb(read_skb); in qca8k_phy_eth_command()
596 kfree_skb(read_skb); in qca8k_phy_eth_command()
603 mgmt_eth_data, read_skb, &val); in qca8k_phy_eth_command()
615 qca8k_mdio_header_fill_seq_num(read_skb, mgmt_eth_data->seq); in qca8k_phy_eth_command()
618 dev_queue_xmit(read_skb); in qca8k_phy_eth_command()
637 kfree_skb(read_skb); in qca8k_phy_eth_command()
658 kfree_skb(read_skb); in qca8k_phy_eth_command()