Home
last modified time | relevance | path

Searched refs:tso_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c922 q80_tx_cmd_t *tx_cmd, tso_cmd; in qla_hw_send() local
947 bzero((void *)&tso_cmd, sizeof(q80_tx_cmd_t)); in qla_hw_send()
950 ret = qla_tx_tso(ha, mp, &tso_cmd, src); in qla_hw_send()
955 hdr_len = tso_cmd.total_hdr_len; in qla_hw_send()
968 hdr_len = tso_cmd.total_hdr_len; in qla_hw_send()
1004 bcopy(&tso_cmd, tx_cmd, sizeof(q80_tx_cmd_t)); in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2473 q80_tx_cmd_t *tx_cmd, tso_cmd; in ql_hw_send() local
2501 bzero((void *)&tso_cmd, sizeof(q80_tx_cmd_t)); in ql_hw_send()
2504 ret = qla_tx_tso(ha, mp, &tso_cmd, src); in ql_hw_send()
2510 tso_cmd.total_hdr_len += ETHER_VLAN_ENCAP_LEN; in ql_hw_send()
2512 hdr_len = tso_cmd.total_hdr_len; in ql_hw_send()
2525 hdr_len = tso_cmd.total_hdr_len; in ql_hw_send()
2576 bcopy(&tso_cmd, tx_cmd, sizeof(q80_tx_cmd_t)); in ql_hw_send()