Searched defs:reply_bytes (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c523 int reply_bytes; local
533 reply_bytes = recv_bytes + 1;
537 reply, reply_bytes);
568 int reply_bytes; local
588 reply_bytes = 1;
593 reply_bytes = 2;
597 reply_bytes = 1;
604 reply, reply_bytes);
633 return reply_bytes - 1;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c3105 * @reply_bytes: reply length
3114 u32 *request, int reply_bytes, u16 *reply, int timeout, int sleep_flag)
3192 if (i >= reply_bytes/2) /* overflow case */
3210 for (i = 0; i < reply_bytes/4; i++)
3113 _base_handshake_req_reply_wait(struct MPT2SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout, int sleep_flag) argument
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3282 * @reply_bytes: reply length
3291 u32 *request, int reply_bytes, u16 *reply, int timeout, int sleep_flag)
3375 if (i >= reply_bytes/2) /* overflow case */
3393 for (i = 0; i < reply_bytes/4; i++)
3290 _base_handshake_req_reply_wait(struct MPT3SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout, int sleep_flag) argument

Completed in 74 milliseconds