Home
last modified time | relevance | path

Searched refs:is_link (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.h124 bool is_link; member
H A Dmci.c341 if (status->is_link) in ath_mci_process_status()
413 profile_status.is_link = *(rx_payload + in ath_mci_msg()
423 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
/linux/kernel/bpf/
H A Dcgroup.c706 bool is_link = flags & BPF_F_LINK, is_id = flags & BPF_F_ID; in get_prog_list() local
715 if (is_link || is_id || id_or_fd) { in get_prog_list()
719 if ((is_link && !link) || (!is_link && !prog)) in get_prog_list()
727 if (is_link) { in get_prog_list()