Searched refs:icmnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c6629 sli4_fcp_icmnd64_wqe_t *icmnd = buf; local
6642 icmnd->xbl = FALSE;
6644 icmnd->dbde = TRUE;
6645 icmnd->bde.bde_type = SLI4_BDE_TYPE_BDE_64;
6647 icmnd->bde.buffer_length = sge[0].buffer_length;
6648 icmnd->bde.u.data.buffer_address_low = sge[0].buffer_address_low;
6649 icmnd->bde.u.data.buffer_address_high = sge[0].buffer_address_high;
6651 icmnd->xbl = TRUE;
6653 icmnd->bde.bde_type = SLI4_BDE_TYPE_BLP;
6655 icmnd
[all...]

Completed in 238 milliseconds