Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/libertas_tf/
Dif_usb.c94 kfree(cardp->ep_out_buf); in if_usb_free()
95 cardp->ep_out_buf = NULL; in if_usb_free()
218 cardp->ep_out_buf = kmalloc(MRVDRV_ETH_TX_PACKET_BUFFER_SIZE, in if_usb_probe()
220 if (!cardp->ep_out_buf) { in if_usb_probe()
283 struct fwdata *fwdata = cardp->ep_out_buf; in if_usb_send_fw_pkt()
317 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(struct fwdata) + in if_usb_send_fw_pkt()
345 struct cmd_ds_802_11_reset *cmd = cardp->ep_out_buf + 4; in if_usb_reset_device()
350 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_reset_device()
357 usb_tx_block(cardp, cardp->ep_out_buf, in if_usb_reset_device()
732 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_host_to_card()
[all …]
Dif_usb.h59 void *ep_out_buf; member
/linux-4.4.14/drivers/net/wireless/libertas/
Dif_usb.c126 kfree(cardp->ep_out_buf); in if_usb_free()
127 cardp->ep_out_buf = NULL; in if_usb_free()
255 cardp->ep_out_buf = kmalloc(MRVDRV_ETH_TX_PACKET_BUFFER_SIZE, GFP_KERNEL); in if_usb_probe()
256 if (!cardp->ep_out_buf) { in if_usb_probe()
333 struct fwdata *fwdata = cardp->ep_out_buf; in if_usb_send_fw_pkt()
365 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(struct fwdata) + in if_usb_send_fw_pkt()
387 struct cmd_header *cmd = cardp->ep_out_buf + 4; in if_usb_reset_device()
392 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_reset_device()
398 usb_tx_block(cardp, cardp->ep_out_buf, 4 + sizeof(struct cmd_header)); in if_usb_reset_device()
747 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_host_to_card()
[all …]
Dif_usb.h63 void *ep_out_buf; member