Home
last modified time | relevance | path

Searched refs:stat_index (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dcondition.c924 u8 stat_index; in tomoyo_condition() local
936 stat_index = TOMOYO_PATH1; in tomoyo_condition()
947 stat_index = TOMOYO_PATH2; in tomoyo_condition()
953 stat_index = in tomoyo_condition()
960 stat_index = in tomoyo_condition()
966 if (!obj->stat_valid[stat_index]) in tomoyo_condition()
968 stat = &obj->stat[stat_index]; in tomoyo_condition()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c243 static bool qede_is_irrelevant_stat(struct qede_dev *edev, int stat_index) in qede_is_irrelevant_stat() argument
245 return (IS_VF(edev) && QEDE_STAT_IS_PF_ONLY(stat_index)) || in qede_is_irrelevant_stat()
246 (QEDE_IS_BB(edev) && QEDE_STAT_IS_AH_ONLY(stat_index)) || in qede_is_irrelevant_stat()
247 (QEDE_IS_AH(edev) && QEDE_STAT_IS_BB_ONLY(stat_index)); in qede_is_irrelevant_stat()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h682 __le16 stat_index; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h686 __le16 stat_index; member