Lines Matching +full:scatter +full:- +full:gather
139 tag->u.req_id = id; in fcpio_tag_id_enc()
145 *id = tag->u.req_id; in fcpio_tag_id_dec()
151 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc()
152 tag->u.ex_id.ox_id = ox_id; in fcpio_tag_exid_enc()
158 *rx_id = tag->u.ex_id.rx_id; in fcpio_tag_exid_dec()
159 *ox_id = tag->u.ex_id.ox_id; in fcpio_tag_exid_dec()
178 hdr->type = type; in fcpio_header_enc()
179 hdr->status = status; in fcpio_header_enc()
180 hdr->_resvd = 0; in fcpio_header_enc()
181 hdr->tag = tag; in fcpio_header_enc()
189 *type = hdr->type; in fcpio_header_dec()
190 *status = hdr->status; in fcpio_header_dec()
191 *tag = hdr->tag; in fcpio_header_dec()
199 * fcpio_icmnd_16: host -> firmware request
201 * used for sending out an initiator SCSI 16-byte command
207 u32 sgl_cnt; /* scatter-gather list count */
209 u64 sgl_addr; /* scatter-gather list addr */
247 * fcpio_icmnd_32: host -> firmware request
249 * used for sending out an initiator SCSI 32-byte command
255 u32 sgl_cnt; /* scatter-gather list count */
257 u64 sgl_addr; /* scatter-gather list addr */
275 * fcpio_itmf: host -> firmware request
307 * fcpio_tdata: host -> firmware request
316 u32 sgl_cnt; /* scatter-gather list count */
318 u64 sgl_addr; /* scatter-gather list address */
327 * fcpio_txrdy: host -> firmware request
336 u32 sgl_cnt; /* scatter-gather list count */
338 u64 sgl_addr; /* scatter-gather list address */
342 * fcpio_trsp: host -> firmware request
365 * fcpio_ttmf_ack: host -> firmware response
377 * fcpio_tabort: host -> firmware request
387 * fcpio_reset: host -> firmware request
402 * fcpio_flogi_reg: host -> firmware request
418 * fcpio_echo: host -> firmware request
427 * fcpio_lunmap_req: host -> firmware request
438 * fcpio_flogi_fip_reg: host -> firmware request
468 u8 buf[FCPIO_HOST_REQ_LEN - sizeof(struct fcpio_header)];
498 * fcpio_icmnd_cmpl: firmware -> host response
517 * fcpio_itmf_cmpl: firmware -> host response
526 * fcpio_tcmnd_16: firmware -> host request
528 * used by the firmware to notify the host of an incoming target SCSI 16-Byte
559 * fcpio_tcmnd_32: firmware -> host request
561 * used by the firmware to notify the host of an incoming target SCSI 32-Byte
577 * fcpio_tdrsp_cmpl: firmware -> host response
588 * fcpio_ttmf: firmware -> host request
612 * fcpio_tabort_cmpl: firmware -> host response
622 * fcpio_ack: firmware -> host response
632 * fcpio_reset_cmpl: firmware -> host response
641 * fcpio_flogi_reg_cmpl: firmware -> host response
651 * fcpio_echo_cmpl: firmware -> host response
660 * fcpio_lunmap_chng: firmware -> host notification
670 * fcpio_lunmap_req_cmpl: firmware -> host response
691 u8 buf[FCPIO_FW_REQ_LEN - sizeof(struct fcpio_header)];
734 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_enc()
744 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_dec()