Searched refs:result (Results 1 - 25 of 2617) sorted by last modified time

1234567891011>>

/linux-master/net/wireless/
H A Dnl80211.c70 struct wireless_dev *result = NULL; local
95 result = wdev;
99 result = wdev;
104 return result ?: ERR_PTR(-ENODEV);
121 result = wdev;
125 result = wdev;
130 if (result)
134 if (result)
135 return result;
216 * The result o
1479 struct cfg80211_cached_keys *result; local
3375 int result; local
3452 int result = 0, rem_txq_params = 0; local
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c526 int result = 0; local
549 result = inc->init_conn(inc, cp);
554 return result;
/linux-master/net/mac80211/
H A Dtx.c1753 bool result; local
1790 result = ieee80211_tx_frags(local, vif, sta, skbs, txpending);
1794 return result;
1940 bool result = true; local
1970 result = __ieee80211_tx(local, &tx.skbs, tx.sta, txpending);
1972 return result;
4798 bool result; local
4814 result = ieee80211_tx(sdata, NULL, skb, true);
4824 result = ieee80211_tx_8023(sdata, skb, sta, true);
4834 result
[all...]
H A Drx.c1913 ieee80211_rx_result result = RX_DROP_U_DECRYPT_FAIL; local
2106 result = ieee80211_crypto_wep_decrypt(rx);
2109 result = ieee80211_crypto_tkip_decrypt(rx);
2112 result = ieee80211_crypto_ccmp_decrypt(
2116 result = ieee80211_crypto_ccmp_decrypt(
2120 result = ieee80211_crypto_aes_cmac_decrypt(rx);
2123 result = ieee80211_crypto_aes_cmac_256_decrypt(rx);
2127 result = ieee80211_crypto_aes_gmac_decrypt(rx);
2131 result = ieee80211_crypto_gcmp_decrypt(rx);
2134 result
[all...]
/linux-master/net/ipv6/
H A Dudp.c169 struct sock *sk, *result; local
172 result = NULL;
181 result = sk;
185 result = inet6_lookup_reuseport(net, sk, skb, sizeof(struct udphdr),
187 if (!result) {
188 result = sk;
194 return result;
197 if (IS_ERR(result))
204 return result;
217 struct sock *result, *s local
[all...]
/linux-master/net/ipv4/
H A Dudp.c428 struct sock *sk, *result; local
431 result = NULL;
440 result = sk;
444 result = inet_lookup_reuseport(net, sk, skb, sizeof(struct udphdr),
446 if (!result) {
447 result = sk;
453 return result;
456 if (IS_ERR(result))
459 badness = compute_score(result, net, saddr, sport,
464 return result;
477 struct sock *result, *sk; local
2486 struct sock *sk, *result; local
[all...]
/linux-master/net/bluetooth/
H A Dl2cap_core.c737 u16 result; local
740 result = L2CAP_CR_LE_AUTHORIZATION;
742 result = L2CAP_CR_LE_BAD_PSM;
750 rsp.result = cpu_to_le16(result);
767 u16 result; local
770 result = L2CAP_CR_SEC_BLOCK;
772 result = L2CAP_CR_BAD_PSM;
778 rsp.result = cpu_to_le16(result);
3360 u16 result = L2CAP_CONF_SUCCESS; local
3567 l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len, void *data, size_t size, u16 *result) argument
3685 l2cap_build_conf_rsp(struct l2cap_chan *chan, void *data, u16 result, u16 flags) argument
3719 int *result = data; local
3768 int result = 0; local
3912 int result, status = L2CAP_CS_NO_INFO; local
4070 u16 scid, dcid, result, status; local
4307 u16 scid, flags, result; local
4546 u16 type, result; local
4666 u16 dcid, mtu, mps, credits, result; local
4815 u8 result; local
5004 u8 result, len = 0; local
5154 u16 mtu, mps, credits, result; local
5268 u16 mtu, mps, result; local
5339 u16 result; local
[all...]
H A Dhci_sync.c24 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, argument
27 bt_dev_dbg(hdev, "result 0x%2.2x", result);
32 hdev->req_result = result;
612 * - Set result and mark status to HCI_REQ_CANCELED
5847 * discovery requires result filtering disables controller based
H A Dhci_conn.c187 * current clock offset. Processing of the result is done
460 int result; local
471 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync,
473 if (result < 0)
476 return result == 0;
/linux-master/include/trace/events/
H A Dmmflags.h224 #define compact_result_to_feedback(result) \
226 enum compact_result __result = result; \
/linux-master/fs/ntfs3/
H A Dsuper.c313 struct fs_parse_result result; local
316 opt = fs_parse(fc, ntfs_fs_parameters, param, &result);
322 opts->fs_uid = make_kuid(current_user_ns(), result.uint_32);
327 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32);
332 if (result.uint_32 & ~07777)
334 opts->fs_fmask_inv = ~result.uint_32;
335 opts->fs_dmask_inv = ~result.uint_32;
340 if (result.uint_32 & ~07777)
342 opts->fs_dmask_inv = ~result.uint_32;
346 if (result
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1473 u16 result = 0; local
1476 result |= MAC80211_HWSIM_TX_RC_USE_RTS_CTS;
1478 result |= MAC80211_HWSIM_TX_RC_USE_CTS_PROTECT;
1480 result |= MAC80211_HWSIM_TX_RC_USE_SHORT_PREAMBLE;
1482 result |= MAC80211_HWSIM_TX_RC_MCS;
1484 result |= MAC80211_HWSIM_TX_RC_GREEN_FIELD;
1486 result |= MAC80211_HWSIM_TX_RC_40_MHZ_WIDTH;
1488 result |= MAC80211_HWSIM_TX_RC_DUP_DATA;
1490 result |= MAC80211_HWSIM_TX_RC_SHORT_GI;
1492 result |
3678 mac80211_hwsim_parse_ftm_result(struct nlattr *ftm, struct cfg80211_pmsr_ftm_result *result, struct genl_info *info) argument
3791 mac80211_hwsim_parse_pmsr_resp(struct nlattr *resp, struct cfg80211_pmsr_result *result, struct genl_info *info) argument
3838 mac80211_hwsim_parse_pmsr_result(struct nlattr *peer, struct cfg80211_pmsr_result *result, struct genl_info *info) argument
3902 struct cfg80211_pmsr_result result = {}; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c179 return mvm->tcm.result.global_load;
185 return mvm->tcm.result.band_load[band];
318 * we will report an incorrect value. This may result in a failure to
H A Dftm-initiator.c161 struct cfg80211_pmsr_result result = { local
175 memcpy(result.addr, mvm->ftm_initiator.req->peers[i].addr,
177 result.ftm.burst_index = mvm->ftm_initiator.responses[i];
181 &result, GFP_KERNEL);
1254 struct cfg80211_pmsr_result result = {}; local
1268 result.final = fw_ap->last_burst;
1269 result.ap_tsf = le32_to_cpu(fw_ap->start_tsf);
1270 result.ap_tsf_valid = 1;
1279 result.final = 0;
1293 result
[all...]
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c1085 irqreturn_t result = IRQ_HANDLED; local
1090 result = IRQ_NONE;
1100 return result;
1181 irqreturn_t result = IRQ_NONE; local
1199 result = IRQ_HANDLED;
1205 result = IRQ_HANDLED;
1209 result = IRQ_HANDLED;
1216 result = IRQ_HANDLED;
1222 result = IRQ_HANDLED;
1228 result
1244 irqreturn_t result = IRQ_NONE; local
1284 irqreturn_t result = IRQ_NONE; local
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c7273 pci_ers_result_t result; local
7277 result = PCI_ERS_RESULT_DISCONNECT;
7293 result = PCI_ERS_RESULT_RECOVERED;
7296 return result;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c9966 dev_dbg(&pf->pdev->dev, "Reconfig DCB to single TC as result of Link Down\n");
16348 pci_ers_result_t result; local
16355 result = PCI_ERS_RESULT_DISCONNECT;
16364 result = PCI_ERS_RESULT_RECOVERED;
16366 result = PCI_ERS_RESULT_DISCONNECT;
16369 return result;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11129 * result upon successfully return of the phy_cfg command
13690 bool result = true; /* firmware will enforce if unknown */ local
13693 return result;
13696 return result;
13701 result = !!(le16_to_cpu(resp->flags) &
13704 return result;
15424 pci_ers_result_t result = PCI_ERS_RESULT_DISCONNECT; local
15477 result = PCI_ERS_RESULT_RECOVERED;
15490 return result;
/linux-master/drivers/md/
H A Ddm.c806 struct dm_dev **result)
823 *result = &td->dm_dev;
2309 int dm_create(int minor, struct mapped_device **result) argument
2319 *result = md;
805 dm_get_table_device(struct mapped_device *md, dev_t dev, blk_mode_t mode, struct dm_dev **result) argument
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3420 bool result = false; local
3441 result = dc_link_handle_hpd_rx_irq(dc_link, &hpd_irq_data,
3494 if (result && !is_mst_root_connector) {
6914 int result = MODE_ERROR; local
6922 return result;
6947 result = MODE_OK;
6952 return result;
7719 int result = -EIO; local
7722 return result;
7727 return result;
[all...]
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c61 * @result: Result or status of the SCM call. See &enum qcom_scm_qseecom_result.
66 u64 result; member in struct:qcom_scm_qseecom_resp
230 if (!ret && res.result[0] == 1)
248 if (!ret && res.result[0] == 1)
343 return ret ? false : !!res.result[0];
457 return ret ? : res.result[0];
481 return ret ? : res.result[0];
590 return ret ? : res.result[0];
646 return ret ? : res.result[0];
681 return ret ? : res.result[
[all...]
/linux-master/drivers/bluetooth/
H A Dbtqca.c449 if (tlv_resp->result) {
451 edl->cresp, edl->rtype, tlv_resp->result);
/linux-master/drivers/acpi/
H A Dcppc_acpi.c376 int result = -EFAULT; local
426 result = 0;
429 return result;
/linux-master/arch/arc/kernel/
H A Dperf_event.c265 u64 result; local
274 result = (u64) (read_aux_reg(ARC_REG_PCT_SNAPH)) << 32;
275 result |= read_aux_reg(ARC_REG_PCT_SNAPL);
277 return result;
321 pr_debug("init cache event: type/op/result %d/%d/%d with h/w %d \'%s\'\n",
/linux-master/fs/btrfs/
H A Dbackref.c185 * to cache the sharedness check result.
284 int result; local
293 result = prelim_ref_compare(ref, newref);
294 if (result < 0) {
296 } else if (result > 0) {
449 int result; local
456 result = prelim_ref_compare(ref, &target);
458 if (result < 0)
460 else if (result > 0)
1281 * We cached a false result, bu
[all...]

Completed in 586 milliseconds

1234567891011>>