Searched refs:ep_out_buf (Results 1 – 2 of 2) sorted by relevance
126 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()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()749 *(__le32 *)cardp->ep_out_buf = cpu_to_le32(CMD_TYPE_REQUEST); in if_usb_host_to_card()[all …]
55 void *ep_out_buf; member