Home
last modified time | relevance | path

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

/drivers/infiniband/hw/i40iw/
Di40iw_utils.c1404 packetsize = length + buf->tcphlen + iphlen; in i40iw_ieq_update_tcpip_info()
1454 buf->tcphlen = (tcph->doff) << 2; in i40iw_puda_get_tcpip_info()
1455 buf->datalen = pkt_len - iphlen - buf->tcphlen; in i40iw_puda_get_tcpip_info()
1456 buf->data = (buf->datalen) ? buf->tcph + buf->tcphlen : NULL; in i40iw_puda_get_tcpip_info()
1457 buf->hdrlen = buf->maclen + iphlen + buf->tcphlen; in i40iw_puda_get_tcpip_info()
Di40iw_puda.h90 u8 tcphlen; /* tcp length in bytes */ member
Di40iw_puda.c454 info.tcplen = buf->tcphlen; in i40iw_puda_send_buf()
1041 txbuf->tcphlen = buf->tcphlen; in i40iw_ieq_setup_tx_buf()
Di40iw_cm.c420 sqbuf->tcphlen = sizeof(*tcph) + opts_len; in i40iw_form_cm_frame()
517 sqbuf->tcphlen = tcph->doff << 2; in i40iw_form_cm_frame()