Searched refs:reply (Results 126 - 129 of 129) sorted by relevance

123456

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c822 * Returns an sk_buff for a reply CPL message of size len. If the input
1102 req->reply = 0;
/drivers/scsi/aacraid/
H A Daacraid.h867 * And for the internal issue/reply queues (we may be able
1971 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt);
/drivers/block/
H A Dfloppy.c346 static int inr; /* size of reply buffer, when called from interrupt */
1396 DPRINT("-- FDC reply error\n");
3016 raw_cmd->reply[i] = reply_buffer[i];
3026 (!raw_cmd->reply_count || (raw_cmd->reply[0] & 0xc0)))
3122 * initially intended for the reply & the
3123 * reply count. Needed for long 82078 commands
3132 ptr->reply[i] = 0;
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1838 job->reply->reply_payload_rcv_len = 0;
1943 job->reply->reply_payload_rcv_len = rsp_len;
1948 job->reply->result = rc;

Completed in 267 milliseconds

123456