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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.c7209 sli4_fcp_tsend64_wqe_t *tsend = buf; local
7223 tsend->xbl = FALSE;
7225 tsend->dbde = TRUE;
7226 tsend->bde.bde_type = SLI4_BDE_TYPE_BDE_64;
7230 tsend->bde.buffer_length = sge[2].buffer_length;
7231 tsend->bde.u.data.buffer_address_low = sge[2].buffer_address_low;
7232 tsend->bde.u.data.buffer_address_high = sge[2].buffer_address_high;
7234 tsend->xbl = TRUE;
7238 tsend->dbde = TRUE;
7239 tsend
[all...]

Completed in 103 milliseconds