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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c482 uintptr_t ip_start; local
526 ip_start = (uintptr_t)(nmp->b_rptr)
528 if (ip_start >= (uintptr_t)(nmp->b_wptr)) {
529 ip_start = (uintptr_t)nmp->b_cont->b_rptr
530 + (ip_start - (uintptr_t)(nmp->b_wptr));
533 tcp_start = ip_start +
534 IPH_HDR_LENGTH((ipha_t *)ip_start);
541 + IPH_HDR_LENGTH((ipha_t *)ip_start)
543 ((ipha_t *)ip_start)->ipha_length = 0;
544 ((ipha_t *)ip_start)
[all...]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c839 currpriv->ip_index + 1 != prevpriv->ip_start &&
840 currpriv->ip_index + 1 != prevpriv->ip_start +
845 if (currpriv->ip_index < currpriv->ip_start) {
847 + currpriv->ip_index - currpriv->ip_start + 1;
849 count += currpriv->ip_index - currpriv->ip_start + 1;
863 curr->dd_next_desc = ring->cr_phys_desc + (currpriv->ip_start << 6);
1031 priv->ip_start = ring->cr_desc_next;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c770 uintptr_t ip_start; local
803 ip_start = (uintptr_t)(nmp->b_rptr) + eth_hdr_len;
804 if (ip_start >= (uintptr_t)(nmp->b_wptr)) {
805 ip_start = (uintptr_t)nmp->b_cont->b_rptr
806 + (ip_start - (uintptr_t)(nmp->b_wptr));
809 ip_hdr_len = IPH_HDR_LENGTH((ipha_t *)ip_start);
811 tcp_start = ip_start + ip_hdr_len;
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h172 uint64_t ip_start; member in struct:ioat_cmd_private_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6575 uintptr_t ip_start, tcp_start; local
6594 ip_start = (uintptr_t)(nmp->b_rptr) + IPOIB_HDRSIZE;
6595 if (ip_start >= (uintptr_t)(nmp->b_wptr)) {
6596 ip_start = (uintptr_t)nmp->b_cont->b_rptr
6597 + (ip_start - (uintptr_t)(nmp->b_wptr));
6601 iph_len = IPH_HDR_LENGTH((ipha_t *)ip_start);
6603 tcp_start = ip_start + iph_len;

Completed in 88 milliseconds