Lines Matching full:dev_p
642 * @dev_p: pointer to device capabilities structure
649 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_valid_functions_cap() argument
652 dev_p->num_funcs = hweight32(le32_to_cpu(cap->number)); in ixgbe_parse_valid_functions_cap()
658 * @dev_p: pointer to device capabilities structure
664 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_vf_dev_caps() argument
667 dev_p->num_vfs_exposed = le32_to_cpu(cap->number); in ixgbe_parse_vf_dev_caps()
673 * @dev_p: pointer to device capabilities structure
679 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_vsi_dev_caps() argument
682 dev_p->num_vsi_allocd_to_host = le32_to_cpu(cap->number); in ixgbe_parse_vsi_dev_caps()
688 * @dev_p: pointer to device capabilities structure
694 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_fdir_dev_caps() argument
697 dev_p->num_flow_director_fltr = le32_to_cpu(cap->number); in ixgbe_parse_fdir_dev_caps()
703 * @dev_p: pointer to device capabilities structure
715 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_dev_caps() argument
723 memset(dev_p, 0, sizeof(*dev_p)); in ixgbe_parse_dev_caps()
728 ixgbe_parse_e610_caps(hw, &dev_p->common_cap, &cap_resp[i], in ixgbe_parse_dev_caps()
733 ixgbe_parse_valid_functions_cap(hw, dev_p, in ixgbe_parse_dev_caps()
737 ixgbe_parse_vf_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
740 ixgbe_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
743 ixgbe_parse_fdir_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()