Searched refs:qla_tx_chksum (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlxgb/ |
H A D | qla_hw.c | 827 qla_tx_chksum(qla_host_t *ha, struct mbuf *mp, q80_tx_cmd_t *tx_cmd) in qla_tx_chksum() function 1001 if (qla_tx_chksum(ha, mp, tx_cmd) != 0) in qla_hw_send()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_hw.c | 2377 qla_tx_chksum(qla_host_t *ha, struct mbuf *mp, uint32_t *op_code, in qla_tx_chksum() function 2532 (void)qla_tx_chksum(ha, mp, &op_code, &tcp_hdr_off); in ql_hw_send()
|