/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.c | 227 u16 match = 0; in rvu_get_lf() local 233 if (slot == match) { in rvu_get_lf() 237 match++; in rvu_get_lf() 1132 dev_err(rvu->dev, "failed to initialize exact match table\n"); in rvu_setup_hw_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 162 /* the e1000 autoneg seems to match ethtool nicely */ in igb_get_link_ksettings() 1802 bool match = true; in igb_check_lbtest_frame() local 1811 match = false; in igb_check_lbtest_frame() 1815 return match; in igb_check_lbtest_frame() 3424 * match the new configuration. in igb_set_channels()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 3195 const struct of_device_id *match; in rockchip_pinctrl_get_soc_data() local 3200 match = of_match_node(rockchip_pinctrl_dt_match, node); in rockchip_pinctrl_get_soc_data() 3201 ctrl = (struct rockchip_pin_ctrl *)match->data; in rockchip_pinctrl_get_soc_data()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wcd938x.c | 3576 struct component_match *match = NULL; in wcd938x_probe() local 3595 ret = wcd938x_add_slave_components(wcd938x, dev, &match); in wcd938x_probe() 3601 ret = component_master_add_with_match(dev, &wcd938x_comp_ops, match); in wcd938x_probe()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 24 * can't match BSD without hacking the C 870 bool match = false; in sock_timestamping_bind_phc() local 887 match = true; in sock_timestamping_bind_phc() 895 if (!match) in sock_timestamping_bind_phc()
|
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp.c | 3956 const struct of_device_id *match; in qcom_qmp_phy_probe() local 3958 match = of_match_device(qcom_qmp_combo_phy_of_match_table, dev); in qcom_qmp_phy_probe() 3959 if (!match) in qcom_qmp_phy_probe() 3962 combo_cfg = match->data; in qcom_qmp_phy_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 1213 .match = &iscsi_flashnode_bus_match, 1352 * @idx: index to match 4864 priv->t.host_attrs.ac.match = iscsi_host_match; in iscsi_register_transport() 4871 priv->conn_cont.ac.match = iscsi_conn_match; in iscsi_register_transport() 4877 priv->session_cont.ac.match = iscsi_session_match; in iscsi_register_transport()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 4561 /* DSI htot to match the panel's nominal pck */ in dsi_vm_calc_blanking() 4571 /* DISPC htot to match the DSI TL */ in dsi_vm_calc_blanking() 5372 const struct of_device_id *match; in dsi_bind() local 5375 match = of_match_node(dsi_of_match, dsidev->dev.of_node); in dsi_bind() 5376 if (!match) { in dsi_bind() 5381 d = match->data; in dsi_bind()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 4721 * necessarily match conn->auth_type. in hci_user_confirm_request_evt() 5494 bool match; in process_adv_report() local 5550 /* If the local IRK of the controller does not match in process_adv_report() 5643 match = (!bacmp(bdaddr, &d->last_adv_addr) && in process_adv_report() 5646 /* If the pending data doesn't match this report or this isn't a in process_adv_report() 5650 if (type != LE_ADV_SCAN_RSP || !match) { in process_adv_report() 5652 if (!match) in process_adv_report() 5858 /* For non-SC keys check that EDiv and Rand match */ in hci_le_ltk_request_evt() 6110 BT_DBG("opcode doesn't match (0x%2.2x != 0x%2.2x)", opcode, in hci_get_cmd_complete()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 3897 struct cfg80211_nan_match_params *match, in ieee80211_nan_func_match() 3908 func = idr_find(&sdata->u.nan.function_inst_ids, match->inst_id); in ieee80211_nan_func_match() 3913 match->cookie = func->cookie; in ieee80211_nan_func_match() 3917 cfg80211_nan_match(ieee80211_vif_to_wdev(vif), match, gfp); in ieee80211_nan_func_match() local 3896 ieee80211_nan_func_match(struct ieee80211_vif *vif, struct cfg80211_nan_match_params *match, gfp_t gfp) ieee80211_nan_func_match() argument
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | core.c | 1512 * ignoring the upper bits in the compat case to match behaviour of 32-bit 2727 /* match is null-terminated but idstr is space-padded. */ 2728 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 2732 if (!match) in string_matches() 2735 matchlen = strlen(match); in string_matches() 2738 if (memcmp(idstr, match, matchlen)) in string_matches() 3855 "IDs don't match for shared namespace %d\n", in nvme_init_ns_head()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 1005 /* First check if we need to match the LBA */ in lpfc_bg_err_inject() 1023 /* Next check if we need to match the remote NPortID or WWPN */ in lpfc_bg_err_inject() 3543 * If status is good or resid does not match with fcp_param and in lpfc_send_scsi_error_event() 5379 int match; in lpfc_bus_reset_handler() local 5402 match = 0; in lpfc_bus_reset_handler() 5414 match = 1; in lpfc_bus_reset_handler() 5419 if (!match) in lpfc_bus_reset_handler() 5798 * any vport which contains the lun will be considered a match. If the 5801 * match. If the lun is found, the lun, vport wwpn, target wwpn and lun status
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 1435 const struct pci_device_id *match; in pci_quatech_init() local 1438 match = pci_match_id(quatech_cards, dev); in pci_quatech_init() 1439 if (match) in pci_quatech_init() 1440 amcc = match->driver_data; in pci_quatech_init() 2813 * Default "match everything" terminator entry 4937 * (in hex) match the model number. 5963 * These entries match devices with class COMMUNICATION_SERIAL,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 1217 .match = &iscsi_flashnode_bus_match, 1356 * @idx: index to match 4890 priv->t.host_attrs.ac.match = iscsi_host_match; in iscsi_register_transport() 4897 priv->conn_cont.ac.match = iscsi_conn_match; in iscsi_register_transport() 4903 priv->session_cont.ac.match = iscsi_session_match; in iscsi_register_transport()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 4559 /* DSI htot to match the panel's nominal pck */ in dsi_vm_calc_blanking() 4569 /* DISPC htot to match the DSI TL */ in dsi_vm_calc_blanking() 5370 const struct of_device_id *match; in dsi_bind() local 5373 match = of_match_node(dsi_of_match, dsidev->dev.of_node); in dsi_bind() 5374 if (!match) { in dsi_bind() 5379 d = match->data; in dsi_bind()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btusb.c | 734 * the module itself. So we use a DMI list to match known broken platforms. 2349 * HCI rev values always match. As they both store the firmware number. in btusb_setup_csr() 3796 bt_dev_err(hdev, "rampatch file version did not match with firmware"); in btusb_setup_qca_load_rampatch() 4204 const struct usb_device_id *match; in btusb_probe() local 4206 match = usb_match_id(intf, quirks_table); in btusb_probe() 4207 if (match) in btusb_probe() 4208 id = match; in btusb_probe()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | core.c | 2375 * tolerances defined by module params. If there's a match, the corresponding 2614 /* match is null-terminated but idstr is space-padded. */ 2615 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 2619 if (!match) in string_matches() 2622 matchlen = strlen(match); in string_matches() 2625 if (memcmp(idstr, match, matchlen)) in string_matches() 3533 "IDs don't match for shared namespace %d\n", in nvme_init_ns_head()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 1455 * to be adjusted to match the 'call'. in perf_sample__fprintf_callindent() 3409 * this function will check if the events in perf.data match those 3422 int match, len; in check_ev_match() local 3449 match = 0; in check_ev_match() 3452 match = 1; in check_ev_match() 3457 if (!match) { in check_ev_match()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 4410 struct cfg80211_nan_match_params *match, in ieee80211_nan_func_match() 4421 func = idr_find(&sdata->u.nan.function_inst_ids, match->inst_id); in ieee80211_nan_func_match() 4426 match->cookie = func->cookie; in ieee80211_nan_func_match() 4430 cfg80211_nan_match(ieee80211_vif_to_wdev(vif), match, gfp); in ieee80211_nan_func_match() local 4409 ieee80211_nan_func_match(struct ieee80211_vif *vif, struct cfg80211_nan_match_params *match, gfp_t gfp) ieee80211_nan_func_match() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 445 * cxgb4_change_mac - Update match filter for a MAC address. 1202 int i, delta, match = 0, min_delta = INT_MAX; in closest_timer() local 1210 match = i; in closest_timer() 1213 return match; in closest_timer() 1218 int i, delta, match = 0, min_delta = INT_MAX; in closest_thres() local 1226 match = i; in closest_thres() 1229 return match; in closest_thres() 3806 /* Create a 'match all' mac filter entry for inner mac, in cxgb_udp_tunnel_set_port() 3809 * we will remove this 'match all' entry and fallback to adding in cxgb_udp_tunnel_set_port() 3810 * exact match filter in cxgb_udp_tunnel_set_port() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 1062 /* match against pending cmd requests */ in qeth_issue_next_read_cb() 1065 if (tmp->match && tmp->match(tmp, iob)) { in qeth_issue_next_read_cb() 2019 iob->match = qeth_mpc_match_reply; in qeth_mpc_alloc_cmd() 3069 bool (*match)(struct qeth_cmd_buffer *iob, in qeth_prepare_ipa_cmd() 3078 iob->match = match; in qeth_prepare_ipa_cmd() 6908 /* match skb_segment(): */ in qeth_features_check()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 1306 int cnt, match, status; in qla2x00_eh_wait_for_pending_commands() local 1326 match = 0; in qla2x00_eh_wait_for_pending_commands() 1330 match = 1; in qla2x00_eh_wait_for_pending_commands() 1333 match = cmd->device->id == t; in qla2x00_eh_wait_for_pending_commands() 1336 match = (cmd->device->id == t && in qla2x00_eh_wait_for_pending_commands() 1340 if (!match) in qla2x00_eh_wait_for_pending_commands()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 444 * cxgb4_change_mac - Update match filter for a MAC address. 1201 int i, delta, match = 0, min_delta = INT_MAX; in closest_timer() local 1209 match = i; in closest_timer() 1212 return match; in closest_timer() 1217 int i, delta, match = 0, min_delta = INT_MAX; in closest_thres() local 1225 match = i; in closest_thres() 1228 return match; in closest_thres() 3803 /* Create a 'match all' mac filter entry for inner mac, in cxgb_udp_tunnel_set_port() 3806 * we will remove this 'match all' entry and fallback to adding in cxgb_udp_tunnel_set_port() 3807 * exact match filter in cxgb_udp_tunnel_set_port() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | sed-opal.c | 973 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() argument 977 token->pos[0] != match) in response_token_matches()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | cpufeature.c | 770 * RES0 for the system-wide value, and must strictly match. 1580 * function will be called for all CPUs that match the criteria, in has_amu() 1650 * levels. Hence we must match ptr-auth feature level of the secondary in has_address_auth_cpucap() 1654 * The sanitised feature state is guaranteed to match that of the in has_address_auth_cpucap() 1742 /* Internal helper functions to match cpu capability type */ 2200 #define HWCAP_CAP_MATCH(match, cap_type, cap) \ 2203 .matches = match, \ 2616 * Any new CPU should match the system wide status of the capability. If the
|