Searched refs:I40E_UINT32_BIT_SIZE (Results 1 – 3 of 3) sorted by relevance
35 #define I40E_UINT32_BIT_SIZE (CHAR_BIT * sizeof(uint32_t)) macro36 #define I40E_VFTA_SIZE (4096 / I40E_UINT32_BIT_SIZE)
119 for (k = 0; k < I40E_UINT32_BIT_SIZE; k++) { in i40e_add_rm_all_vlan_filter()123 vlan_id = j * I40E_UINT32_BIT_SIZE + k; in i40e_add_rm_all_vlan_filter()866 for (k = 0; k < I40E_UINT32_BIT_SIZE; k++) { in i40e_vlan_filter_count()870 vlan_id = j * I40E_UINT32_BIT_SIZE + k; in i40e_vlan_filter_count()
6675 index = abs_vf_id / I40E_UINT32_BIT_SIZE; in i40e_dev_handle_vfr_event()6676 offset = abs_vf_id % I40E_UINT32_BIT_SIZE; in i40e_dev_handle_vfr_event()7203 for (k = 0; k < I40E_UINT32_BIT_SIZE; k++) { in i40e_find_all_vlan_for_mac()7213 j * I40E_UINT32_BIT_SIZE + k; in i40e_find_all_vlan_for_mac()