Searched refs:ep_out_buf (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 90 kfree(cardp->ep_out_buf); in if_usb_free() 91 cardp->ep_out_buf = NULL; in if_usb_free() 214 cardp->ep_out_buf = kmalloc(MRVDRV_ETH_TX_PACKET_BUFFER_SIZE, in if_usb_probe() 216 if (!cardp->ep_out_buf) { in if_usb_probe() 275 struct fwdata *fwdata = cardp->ep_out_buf; in if_usb_send_fw_pkt() 309 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(struct fwdata) + in if_usb_send_fw_pkt() 338 struct cmd_ds_802_11_reset *cmd = cardp->ep_out_buf + 4; in if_usb_reset_device() 343 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_reset_device() 350 usb_tx_block(cardp, cardp->ep_out_buf, in if_usb_reset_device() 724 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_host_to_card() [all …]
|
D | if_usb.h | 55 void *ep_out_buf; member
|
/linux-6.1.9/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 126 kfree(cardp->ep_out_buf); in if_usb_free() 127 cardp->ep_out_buf = NULL; in if_usb_free() 253 cardp->ep_out_buf = kmalloc(MRVDRV_ETH_TX_PACKET_BUFFER_SIZE, GFP_KERNEL); in if_usb_probe() 254 if (!cardp->ep_out_buf) { in if_usb_probe() 334 struct fwdata *fwdata = cardp->ep_out_buf; in if_usb_send_fw_pkt() 366 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(struct fwdata) + in if_usb_send_fw_pkt() 388 struct cmd_header *cmd = cardp->ep_out_buf + 4; in if_usb_reset_device() 391 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_reset_device() 397 usb_tx_block(cardp, cardp->ep_out_buf, 4 + sizeof(struct cmd_header)); in if_usb_reset_device() 737 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_host_to_card() [all …]
|
D | if_usb.h | 64 void *ep_out_buf; member
|