Searched refs:mux_bulk_tx_buf (Results 1 – 1 of 1) sorted by relevance
140 void *mux_bulk_tx_buf; member785 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()2376 kfree(hso_net->mux_bulk_tx_buf); in hso_free_net_device()2377 hso_net->mux_bulk_tx_buf = NULL; in hso_free_net_device()2535 hso_net->mux_bulk_tx_buf = kzalloc(MUX_BULK_TX_BUF_SIZE, GFP_KERNEL); in hso_create_net_device()2536 if (!hso_net->mux_bulk_tx_buf) in hso_create_net_device()2561 kfree(hso_net->mux_bulk_tx_buf); in hso_create_net_device()