Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dfcp.c188 size_t resp_buf_size = struct_size(resp, data, resp_size); in fcp_usb() local
200 resp = kmalloc(resp_buf_size, GFP_KERNEL); in fcp_usb()
232 err = fcp_usb_rx(dev, private->bInterfaceNumber, resp, resp_buf_size); in fcp_usb()
280 if (err != resp_buf_size) { in fcp_usb()
283 opcode, err, resp_buf_size); in fcp_usb()
/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.h141 u32 resp_buf_size; member
H A Dqedi_iscsi.c121 qedi_conn->gen_pdu.resp_buf_size = ISCSI_DEF_MAX_RECV_SEG_LEN; in qedi_conn_alloc_login_resources()
/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h203 u32 resp_buf_size; member
H A Dbnx2i_hwi.c361 (bnx2i_conn->gen_pdu.resp_buf_size << in bnx2i_send_iscsi_login()
482 (bnx2i_conn->gen_pdu.resp_buf_size << in bnx2i_send_iscsi_text()
H A Dbnx2i_iscsi.c998 bnx2i_conn->gen_pdu.resp_buf_size = ISCSI_DEF_MAX_RECV_SEG_LEN; in bnx2i_conn_alloc_login_resources()
/linux/fs/smb/client/
H A Dsmb2transport.c731 unsigned int len = mid->resp_buf_size; in smb2_check_receive()
H A Dtransport.c1057 resp_iov[i].iov_len = mid[i]->resp_buf_size; in compound_send_recv()
H A Dcifsglob.h1705 unsigned int resp_buf_size; member
H A Dconnect.c1379 mids[i]->resp_buf_size = server->pdu_size; in cifs_demultiplex_thread()
H A Dsmb2ops.c5061 mid_entry->resp_buf_size = server->pdu_size; in receive_encrypted_standard()