Searched refs:max_sqs (Results 1 – 4 of 4) sorted by relevance
56 nic_cap->max_sqs = dev_cap->nic_max_sq + 1; in hinic_parse_l2nic_res_cap()61 nic_cap->max_sqs = dev_cap->nic_max_sq; in hinic_parse_l2nic_res_cap()77 nic_cap->max_sqs, nic_cap->max_rqs, in hinic_parse_l2nic_res_cap()85 return dev->cfg_mgmt->svc_cap.max_sqs; in hinic_func_max_qnum()125 cap->max_sqs = dev_cap->nic_max_sq + 1; in hinic_parse_pub_res_cap()129 cap->max_sqs = dev_cap->nic_max_sq; in hinic_parse_pub_res_cap()
33 #define SQ_CTXT_OFFSET(max_sqs, max_rqs, q_id) \ argument34 (((max_rqs) + (max_sqs)) * TSO_LRO_CTXT_SIZE + \37 #define RQ_CTXT_OFFSET(max_sqs, max_rqs, q_id) \ argument38 (((max_rqs) + (max_sqs)) * TSO_LRO_CTXT_SIZE + \39 (max_sqs) * Q_CTXT_SIZE + (q_id) * Q_CTXT_SIZE)
27 u16 max_sqs; member62 u16 max_sqs; member
731 info->max_tx_queues = nic_dev->nic_cap.max_sqs; in hinic_dev_infos_get()2714 txq_size = nic_dev->nic_cap.max_sqs * sizeof(*nic_dev->txqs); in hinic_init_sw_rxtxqs()