/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 1017 bool match) in rt2800_txdone_entry() 1061 if (unlikely((aggr == 1 && ampdu == 0 && real_mcs != mcs)) || !match) { in rt2800_txdone_entry() 1103 if (!match) { in rt2800_txdone_entry() 1124 bool match; in rt2800_txdone() local 1149 match = rt2800_txdone_entry_check(entry, reg); in rt2800_txdone() 1150 rt2800_txdone_entry(entry, reg, rt2800_drv_get_txwi(entry), match); in rt2800_txdone() 1016 rt2800_txdone_entry(struct queue_entry *entry, u32 status, __le32 *txwi, bool match) rt2800_txdone_entry() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 4772 bool match = intel_guc_capture_is_matching_engine(gt, ce, e); in capture_error_state() local 4774 if (match) { in capture_error_state()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 912 int mask = 0, match = 0; in vmx_update_exception_bitmap() local 923 match = PFERR_PRESENT_MASK; in vmx_update_exception_bitmap() 926 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, match); in vmx_update_exception_bitmap()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.c | 4862 * @device: device to match (sdev) 4865 * 1 if command matches sdev / 0 if command does not match sdev 4896 * @device: device to match (sdev) 4897 * @match: match function to use 4903 int (*match)(struct ipr_cmnd *, void *)) in ipr_wait_for_ops() 4921 if (match(ipr_cmd, device)) { in ipr_wait_for_ops() 4941 if (match(ipr_cmd, device)) { in ipr_wait_for_ops()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 30 C(NAMED_MISMATCH, "Named hist trigger doesn't match existing named trigger (includes variables)"), \ 36 C(TIMESTAMP_MISMATCH, "Timestamp units in expression don't match"), \ 43 C(SYNTH_TYPE_MISMATCH, "Param type doesn't match synthetic event field type"), \ 44 C(SYNTH_COUNT_MISMATCH, "Param count doesn't match synthetic event field count"), \ 3298 * verifies that they do in fact match the target event subsystem and 6420 bool match = false; in have_hist_trigger_match() local 6430 match = true; in have_hist_trigger_match() 6436 return match; in have_hist_trigger_match()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 376 "AP VHT information doesn't match HT, disabling VHT\n"); in ieee80211_determine_chantype() 7521 bool match; in ieee80211_mgd_assoc() local 7524 match = ether_addr_equal(ifmgd->auth_data->ap_addr, in ieee80211_mgd_assoc() 7527 ieee80211_destroy_auth_data(sdata, match); in ieee80211_mgd_assoc()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 362 /* adjust skb network/transport offsets to match mac/fcoe/port */ in bnx2fc_xmit() 617 * If the destination ID from the frame header does not match what we in bnx2fc_recv_frame() 2602 .match = bnx2fc_match,
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | amba-pl011.c | 2344 * Only attempts to match console command lines of the form: 2350 * Performs console setup for a match (as required by interface) 2377 /* try to match the port specified on the command line */ in pl011_console_match() 2403 .match = pl011_console_match,
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | es18xx.c | 2236 .match = snd_es18xx_isa_match,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6mr.c | 216 .match = ip6mr_rule_match,
|
/kernel/linux/linux-5.10/drivers/ntb/ |
H A D | ntb_transport.c | 321 .match = ntb_transport_bus_match,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2979 int (*match)(struct inode *,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2876 int (*match)(struct inode *,
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 363 /* adjust skb network/transport offsets to match mac/fcoe/port */ in bnx2fc_xmit() 613 * If the destination ID from the frame header does not match what we in bnx2fc_recv_frame() 2594 .match = bnx2fc_match,
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | amba-pl011.c | 2460 * Only attempts to match console command lines of the form: 2466 * Performs console setup for a match (as required by interface) 2493 /* try to match the port specified on the command line */ in pl011_console_match() 2519 .match = pl011_console_match,
|
/kernel/linux/linux-6.6/drivers/ntb/ |
H A D | ntb_transport.c | 319 .match = ntb_transport_bus_match,
|
/kernel/linux/linux-6.6/drivers/i3c/ |
H A D | master.c | 339 .match = i3c_device_match, 1730 * might configure its internal logic to match the bus limitations. in i3c_master_bus_init()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6mr.c | 219 .match = ip6mr_rule_match,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_realtek.c | 135 struct component_match *match; member 6823 /* match the device name in a slightly relaxed manner */ 6880 component_match_add(dev, &spec->match, in cs35l41_generic_fixup() 6883 ret = component_master_add_with_match(dev, &comp_master_ops, spec->match); in cs35l41_generic_fixup() 6912 component_match_add(dev, &spec->match, in tas2781_generic_fixup() 6915 spec->match); in tas2781_generic_fixup() 10931 /* This is the fallback pin_fixup_tbl for alc269 family, to make the tbl match 10932 * more machines, don't need to match all valid pins, just need to match
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.c | 5064 * @device: device to match (sdev) 5067 * 1 if command matches sdev / 0 if command does not match sdev 5098 * @resource: resource entry to match 5101 * 1 if command matches sdev / 0 if command does not match sdev 5115 * @device: device to match (sdev) 5116 * @match: match function to use 5122 int (*match)(struct ipr_cmnd *, void *)) in ipr_wait_for_ops() 5140 if (match(ipr_cmd, device)) { in ipr_wait_for_ops() 5160 if (match(ipr_cm in ipr_wait_for_ops() [all...] |
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 242 * match. in event_function() 713 * case), it's a match. in perf_cgroup_match() 1793 struct perf_event *node_event = NULL, *match = NULL; in perf_event_groups_first() local 1827 match = node_event; in perf_event_groups_first() 1831 return match; in perf_event_groups_first() 2864 * If the current cgroup doesn't match the event's in __perf_install_in_context() 8334 * Check whether inode and address range match filter criteria. 9673 * The flags should match following PMU_FORMAT_ATTR().
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 6755 phba->nvmet_support = 1; /* a match */ in lpfc_sli4_driver_resource_setup() 10803 * @match: LPFC_FIND_BY_EQ = match by EQ 10804 * LPFC_FIND_BY_HDWQ = match by Hardware Queue 10808 lpfc_find_cpu_handle(struct lpfc_hba *phba, uint16_t id, int match) in lpfc_find_cpu_handle() argument 10821 if ((match == LPFC_FIND_BY_EQ) && in lpfc_find_cpu_handle() 10827 if ((match == LPFC_FIND_BY_HDWQ) && (cpup->hdwq == id)) in lpfc_find_cpu_handle() 10850 /* Does the cpup match the one we are looking for */ in lpfc_find_hyper() 11164 /* If we can't match both phys_id and core_id, in lpfc_cpu_affinity_check() 11165 * settle for just a phys_id match in lpfc_cpu_affinity_check() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr.c | 229 .match = ipmr_rule_match,
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi.c | 347 /* Attempt an OF style match */ in spi_match_device() 376 .match = spi_match_device, 3618 * 2. check tx/rx_nbits match the mode in spi_device in __spi_validate()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 3099 ether_addr_copy(acl_entry.key.match.l2_dest_mac, mac); in dpaa2_switch_port_trap_mac_addr()
|