Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c1356 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length); in xge_hal_lro_process_rx()
1357 lro->ip_hdr->check = xge_os_htons(0); in xge_hal_lro_process_rx()
1422 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length); in xge_hal_lro_next_session()
1423 lro->ip_hdr->check = xge_os_htons(0); in xge_hal_lro_next_session()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h127 #define xge_os_htons htons macro