Searched refs:supported_fields (Results 1 – 2 of 2) sorted by relevance
3101 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()3104 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()3125 u16 supported_fields; in ena_com_fill_hash_ctrl() local3139 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()3140 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()3142 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
938 struct ena_admin_proto_input supported_fields[ENA_ADMIN_RSS_PROTO_NUM]; member