Searched refs:sb_cnt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dev.c | 4544 struct ecore_sb_cnt_info sb_cnt; in ecore_hw_set_feat() local 4547 OSAL_MEM_ZERO(&sb_cnt, sizeof(sb_cnt)); in ecore_hw_set_feat() 4548 ecore_int_get_num_sbs(p_hwfn, &sb_cnt); in ecore_hw_set_feat() 4562 sb_cnt.cnt / 2, in ecore_hw_set_feat() 4588 sb_cnt.iov_cnt); in ecore_hw_set_feat() 4591 sb_cnt.cnt - non_l2_sbs, in ecore_hw_set_feat() 4598 OSAL_MIN_T(u32, sb_cnt.cnt, RESC_NUM(p_hwfn, in ecore_hw_set_feat() 4603 OSAL_MIN_T(u32, sb_cnt.cnt, RESC_NUM(p_hwfn, in ecore_hw_set_feat() 4613 (int)sb_cnt.cnt); in ecore_hw_set_feat()
|