Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c447 cdrp->rsp_arg1 = READ_REG32(ha, Q8_NX_CDRP_ARG1); in qla_issue_cmd()
472 cdrp->rsp_arg1, cdrp->rsp_arg2, cdrp->rsp_arg3); in qla_issue_cmd()
1407 ha->hw.max_rds_per_cntxt = cdrp.rsp_arg1; in qla_get_max_rds()
1435 ha->hw.max_sds_per_cntxt = cdrp.rsp_arg1; in qla_get_max_sds()
1463 ha->hw.max_rules_per_cntxt = cdrp.rsp_arg1; in qla_get_max_rules()
1491 ha->hw.max_rcv_cntxts = cdrp.rsp_arg1; in qla_get_max_rcv_cntxts()
1519 ha->hw.max_xmt_cntxts = cdrp.rsp_arg1; in qla_get_max_tx_cntxts()
1546 ha->hw.max_mtu = cdrp.rsp_arg1; in qla_get_max_mtu()
1576 ha->hw.max_mtu = cdrp.rsp_arg1; in qla_set_max_mtu()
1602 ha->hw.max_lro = cdrp.rsp_arg1; in qla_get_max_lro()
[all …]
H A Dqla_hw.h52 uint32_t rsp_arg1; member