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

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c682 struct oce_nic_hdr_wqe *wqeh; local
806 wqeh = (struct oce_nic_hdr_wqe *)&wqed->frag[0];
807 bzero(wqeh, sizeof (struct oce_nic_hdr_wqe));
811 wqeh->u0.s.lso = B_TRUE;
812 wqeh->u0.s.lso_mss = mss;
821 wqeh->u0.s.tcpcs = B_TRUE;
824 wqeh->u0.s.udpcs = B_TRUE;
829 wqeh->u0.s.ipcs = B_TRUE;
831 wqeh->u0.s.vlan = B_TRUE;
832 wqeh
[all...]

Completed in 41 milliseconds