Searched refs:buffer_xmt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 4294 dma_mem_t buffer_xmt, buffer_rcv; in ql_port_manage() local 4568 if (ql_get_dma_mem(ha, &buffer_xmt, in ql_port_manage() 4582 ddi_rep_put8(buffer_xmt.acc_handle, in ql_port_manage() 4584 (uint8_t *)buffer_xmt.bp, in ql_port_manage() 4612 buffer_xmt.cookie.dmac_address; in ql_port_manage() 4621 buffer_xmt.cookie.dmac_notused, in ql_port_manage() 4639 ql_free_phys(ha, &buffer_xmt); in ql_port_manage() 4718 if (ql_get_dma_mem(ha, &buffer_xmt, in ql_port_manage() 4726 echo.transfer_data_address = buffer_xmt.cookie; in ql_port_manage() 4741 ql_free_phys(ha, &buffer_xmt); in ql_port_manage() [all …]
|