Lines Matching defs:buffer
35 * sli_config_cmd_init() - Write a SLI_CONFIG command to the provided buffer.
38 * @buf: Destination buffer for the command.
40 * @dma: DMA buffer for non-embedded commands.
41 * Return: Command payload buffer.
86 * @buf: Destination buffer for the command.
383 /* Disable "no buffer warnings" to avoid Lancer bug */
1465 /* figure out the ELS_ID value from the request buffer */
1673 * fill out fcp_cmnd buffer len and change resp buffer to be of
1768 * fill out fcp_cmnd buffer len and change resp buffer to be of
2888 /* write buffer location to bootstrap mailbox register */
3258 efc_log_err(sli4, "bad DMA buffer\n");
3288 efc_log_err(sli4, "loop map buffer too small %zx\n", dma->size);
3905 struct efc_dma *buffer, u8 fdb)
3928 if (buffer) {
3930 cpu_to_le32(lower_32_bits(buffer->phys));
3932 cpu_to_le32(upper_32_bits(buffer->phys));
3935 buffer->len & SLI4_CMN_SET_DUMP_BUFFER_LEN;
4378 * uses VPD DMA buffer as the response won't fit in the embedded
4379 * buffer.
4677 efc_log_info(sli4, "VPD buffer allocation failed\n");