Home
last modified time | relevance | path

Searched refs:is_end (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c237 u8 *msg, u8 idx, bool is_end) in hclge_set_vf_mc_mta_status() argument
250 tbl_cnt = is_end ? HCLGE_MTA_STATUS_MSG_END_BITS : in hclge_set_vf_mc_mta_status()
270 tbl_cnt, is_end); in hclge_set_vf_mc_mta_status()
303 bool is_end = (mbx_req->msg[2] & 0x80) ? true : false; in hclge_set_vf_mc_mac_addr() local
307 is_end); in hclge_set_vf_mc_mac_addr()
/Linux-v4.19/scripts/kconfig/
Dpreprocess.c492 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
519 if (is_end(*p)) in __expand_string()
/Linux-v4.19/fs/ntfs/
Drunlist.c1544 bool is_end; in ntfs_rl_truncate_nolock() local
1558 is_end = false; in ntfs_rl_truncate_nolock()
1562 is_end = true; in ntfs_rl_truncate_nolock()
1568 if (!is_end) { in ntfs_rl_truncate_nolock()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Ddebug.c268 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
310 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
316 if (is_end) in ath10k_debug_fw_stats_process()
321 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
/Linux-v4.19/scripts/
Dcheckpatch.pl2897 my $is_end = 0;
2901 $is_end = $lines[$ln - 1] =~ /^\+/;
2927 $is_end = 1;
2932 if ($is_start && $is_end && $length < $min_conf_desc_length) {