Lines Matching defs:receive
3819 * @n @b Note: The caller is expected to provide both send and receive
3820 * buffers for requests. In the case of sending a response, no receive buffer
3828 * @param receive Optional DMA memory to hold a response.
3838 ocs_dma_t *send, uint32_t len, ocs_dma_t *receive,
3847 ocs_log_err(NULL, "bad parm hw=%p io=%p send=%p receive=%p rnode=%p iparam=%p\n",
3848 hw, io, send, receive, rnode, iparam);
3879 sge[1].buffer_address_high = ocs_addr32_hi(receive->phys);
3880 sge[1].buffer_address_low = ocs_addr32_lo(receive->phys);
3882 sge[1].buffer_length = receive->size;
3892 len, receive->size,
3918 receive->size, iparam->fc_ct.timeout, io->indicator,
8373 * DIF, then we must add the XRI to a quarantine list until we receive
12275 * the SLI-4 receive queue.</li>
12303 * must also register callback functions (ocs_hw_callback()) to receive notification of
12308 * port is not online, and cannot send or receive data.</li><br><br>