Home
last modified time | relevance | path

Searched refs:wqed (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c488 wqed->frag[wqed->frag_idx].u0.s.frag_len = pkt_len; in oce_bcopy_wqe()
489 wqed->hdesc[wqed->nhdl].hdl = (void *)(wqbd); in oce_bcopy_wqe()
490 wqed->hdesc[wqed->nhdl].type = COPY_WQE; in oce_bcopy_wqe()
493 wqed->nhdl++; in oce_bcopy_wqe()
535 wqed->frag[wqed->frag_idx].u0.s.frag_pa_hi = in oce_map_wqe()
537 wqed->frag[wqed->frag_idx].u0.s.frag_pa_lo = in oce_map_wqe()
539 wqed->frag[wqed->frag_idx].u0.s.frag_len = in oce_map_wqe()
549 wqed->hdesc[wqed->nhdl].hdl = (void *)wqmd; in oce_map_wqe()
550 wqed->hdesc[wqed->nhdl].type = MAPPED_WQE; in oce_map_wqe()
551 wqed->nhdl++; in oce_map_wqe()
[all …]