Home
last modified time | relevance | path

Searched refs:mux_bulk_tx_buf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/usb/
H A Dhso.c140 void *mux_bulk_tx_buf; member
785 memcpy(odev->mux_bulk_tx_buf, skb->data, skb->len); in hso_net_start_xmit()
794 odev->mux_bulk_tx_buf, skb->len, write_bulk_callback, in hso_net_start_xmit()
2370 kfree(hso_net->mux_bulk_tx_buf); in hso_free_net_device()
2371 hso_net->mux_bulk_tx_buf = NULL; in hso_free_net_device()
2529 hso_net->mux_bulk_tx_buf = kzalloc(MUX_BULK_TX_BUF_SIZE, GFP_KERNEL); in hso_create_net_device()
2530 if (!hso_net->mux_bulk_tx_buf) in hso_create_net_device()
2555 kfree(hso_net->mux_bulk_tx_buf); in hso_create_net_device()