Searched refs:ip_buf (Results 1 – 3 of 3) sorted by relevance
260 uint8_t *ip_buf; in hxge_fill_tx_hdr() local295 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 …]
468 uint8_t *ip_buf; in nxge_fill_tx_hdr() local515 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 …]
57 typedef struct ip_buf { struct