Searched refs:tso_cmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/qlxgb/ |
| H A D | qla_hw.c | 929 q80_tx_cmd_t *tx_cmd, tso_cmd; in qla_hw_send() local 954 bzero((void *)&tso_cmd, sizeof(q80_tx_cmd_t)); in qla_hw_send() 957 ret = qla_tx_tso(ha, mp, &tso_cmd, src); in qla_hw_send() 962 hdr_len = tso_cmd.total_hdr_len; in qla_hw_send() 975 hdr_len = tso_cmd.total_hdr_len; in qla_hw_send() 1011 bcopy(&tso_cmd, tx_cmd, sizeof(q80_tx_cmd_t)); in qla_hw_send()
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_hw.c | 2478 q80_tx_cmd_t *tx_cmd, tso_cmd; in ql_hw_send() local 2506 bzero((void *)&tso_cmd, sizeof(q80_tx_cmd_t)); in ql_hw_send() 2509 ret = qla_tx_tso(ha, mp, &tso_cmd, src); in ql_hw_send() 2515 tso_cmd.total_hdr_len += ETHER_VLAN_ENCAP_LEN; in ql_hw_send() 2517 hdr_len = tso_cmd.total_hdr_len; in ql_hw_send() 2530 hdr_len = tso_cmd.total_hdr_len; in ql_hw_send() 2581 bcopy(&tso_cmd, tx_cmd, sizeof(q80_tx_cmd_t)); in ql_hw_send()
|