Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2354 tx_cmd->tcp_hdr_off = ip_hlen + ehdrlen; in qla_tx_tso()
2378 uint32_t *tcp_hdr_off) in qla_tx_chksum() argument
2454 *tcp_hdr_off = (ip_hlen + ehdrlen); in qla_tx_chksum()
2482 uint32_t tcp_hdr_off = 0; in ql_hw_send() local
2532 (void)qla_tx_chksum(ha, mp, &op_code, &tcp_hdr_off); in ql_hw_send()
2570 tx_cmd->tcp_hdr_off = tcp_hdr_off; in ql_hw_send()
2590 tx_cmd->tcp_hdr_off += ETHER_VLAN_ENCAP_LEN; in ql_hw_send()
H A Dql_hw.h1152 uint8_t tcp_hdr_off; /* TCP Header Offset */ member
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h153 uint8_t tcp_hdr_off; /* TCP Header Offset */ member
H A Dqla_hw.c803 tx_cmd->tcp_hdr_off = ip_hlen + ehdrlen; in qla_tx_tso()
904 tx_cmd->tcp_hdr_off = ip_hlen + ehdrlen; in qla_tx_chksum()