Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c678 struct oce_nic_hdr_wqe *wqeh; in oce_send_packet() local
802 wqeh = (struct oce_nic_hdr_wqe *)&wqed->frag[0]; in oce_send_packet()
803 bzero(wqeh, sizeof (struct oce_nic_hdr_wqe)); in oce_send_packet()
807 wqeh->u0.s.lso = B_TRUE; in oce_send_packet()
808 wqeh->u0.s.lso_mss = mss; in oce_send_packet()
817 wqeh->u0.s.tcpcs = B_TRUE; in oce_send_packet()
820 wqeh->u0.s.udpcs = B_TRUE; in oce_send_packet()
825 wqeh->u0.s.ipcs = B_TRUE; in oce_send_packet()
827 wqeh->u0.s.vlan = B_TRUE; in oce_send_packet()
828 wqeh->u0.s.vlan_tag = vlan_tag; in oce_send_packet()
[all …]