Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c260 uint8_t *ip_buf; in hxge_fill_tx_hdr() local
295 ip_buf = NULL; in hxge_fill_tx_hdr()
337 ip_buf = nmp->b_rptr + eth_hdr_size; in hxge_fill_tx_hdr()
339 iph_len = ((*ip_buf) & 0x0f); in hxge_fill_tx_hdr()
341 ip_buf = nmp->b_rptr; in hxge_fill_tx_hdr()
342 ip_buf += eth_hdr_size; in hxge_fill_tx_hdr()
344 ip_buf = NULL; in hxge_fill_tx_hdr()
347 if (ip_buf == NULL) { in hxge_fill_tx_hdr()
362 ip_buf = hdrs_buf; in hxge_fill_tx_hdr()
363 ip_buf += eth_hdr_size; in hxge_fill_tx_hdr()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c468 uint8_t *ip_buf; in nxge_fill_tx_hdr() local
515 ip_buf = NULL; in nxge_fill_tx_hdr()
555 ip_buf = nmp->b_rptr + eth_hdr_size; in nxge_fill_tx_hdr()
557 iph_len = ((*ip_buf) & 0x0f); in nxge_fill_tx_hdr()
559 ip_buf = nmp->b_rptr; in nxge_fill_tx_hdr()
560 ip_buf += eth_hdr_size; in nxge_fill_tx_hdr()
562 ip_buf = NULL; in nxge_fill_tx_hdr()
566 if (ip_buf == NULL) { in nxge_fill_tx_hdr()
582 ip_buf = hdrs_buf; in nxge_fill_tx_hdr()
583 ip_buf += eth_hdr_size; in nxge_fill_tx_hdr()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c57 typedef struct ip_buf { struct