Home
last modified time | relevance | path

Searched refs:reqid (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c47 brcmf_dbg(SCAN, "reqid=%llu\n", req->reqid); in brcmf_pno_store_request()
54 static int brcmf_pno_remove_request(struct brcmf_pno_info *pi, u64 reqid) in brcmf_pno_remove_request() argument
66 if (pi->reqs[i]->reqid == reqid) in brcmf_pno_remove_request()
75 brcmf_dbg(SCAN, "reqid=%llu\n", reqid); in brcmf_pno_remove_request()
188 pi->reqs[ri]->reqid, pfn_mac.mac); in brcmf_pno_set_random()
473 brcmf_dbg(TRACE, "reqid=%llu\n", req->reqid); in brcmf_pno_start_sched_scan()
482 brcmf_pno_remove_request(pi, req->reqid); in brcmf_pno_start_sched_scan()
490 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid) in brcmf_pno_stop_sched_scan() argument
495 brcmf_dbg(TRACE, "reqid=%llu\n", reqid); in brcmf_pno_stop_sched_scan()
503 err = brcmf_pno_remove_request(pi, reqid); in brcmf_pno_stop_sched_scan()
[all …]
H A Dbcdc.c93 u16 reqid; member
122 flags = (++bcdc->reqid << BCDC_DCMD_ID_SHIFT); in brcmf_proto_bcdc_msg()
179 ret = brcmf_proto_bcdc_cmplt(drvr, bcdc->reqid, len); in brcmf_proto_bcdc_query_dcmd()
186 if ((id < bcdc->reqid) && (++retries < RETRIES)) in brcmf_proto_bcdc_query_dcmd()
188 if (id != bcdc->reqid) { in brcmf_proto_bcdc_query_dcmd()
191 bcdc->reqid); in brcmf_proto_bcdc_query_dcmd()
231 ret = brcmf_proto_bcdc_cmplt(drvr, bcdc->reqid, len); in brcmf_proto_bcdc_set_dcmd()
238 if (id != bcdc->reqid) { in brcmf_proto_bcdc_set_dcmd()
241 bcdc->reqid); in brcmf_proto_bcdc_set_dcmd()
H A Dpno.h31 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
H A Dmsgbuf.c260 u32 reqid; member
450 msgbuf->reqid++; in brcmf_msgbuf_tx_ioctl()
459 request->trans_id = cpu_to_le16(msgbuf->reqid); in brcmf_msgbuf_tx_ioctl()
/linux/include/uapi/linux/netfilter/
H A Dxt_policy.h30 reqid:1; member
59 __u32 reqid; member
/linux/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh260 proto esp spi ${SPI_1} reqid 0 mode tunnel \
267 proto esp spi ${SPI_1} reqid 0 mode tunnel \
275 proto esp spi ${SPI_2} reqid 0 mode tunnel \
282 proto esp spi ${SPI_2} reqid 0 mode tunnel \
290 proto esp spi ${SPI_1} reqid 0 mode tunnel \
297 proto esp spi ${SPI_1} reqid 0 mode tunnel \
305 proto esp spi ${SPI_2} reqid 0 mode tunnel \
312 proto esp spi ${SPI_2} reqid 0 mode tunnel \
H A Drtnetlink.sh784 mode transport reqid 0x07 replay-window 32 \
802 spi 0x07 mode transport reqid 0x07
900 mode transport reqid 42
904 mode transport reqid 42
907 mode transport reqid 42 $algo sel src $srcip/24 dst $dstip/24 \
911 mode transport reqid 42 $algo sel src $dstip/24 dst $srcip/24 \
/linux/net/xfrm/
H A Dxfrm_state.c45 2. Hash table by (daddr,family,reqid) to find what SAs exist for given
64 u32 reqid, in xfrm_dst_hash() argument
69 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash()
131 x->props.reqid, x->props.family, in xfrm_hash_transfer()
1106 x->props.reqid = tmpl->reqid; in xfrm_init_tempstate()
1390 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1407 x->props.reqid == tmpl->reqid in xfrm_state_find()
1648 xfrm_stateonly_find(struct net * net,u32 mark,u32 if_id,xfrm_address_t * daddr,xfrm_address_t * saddr,unsigned short family,u8 mode,u8 proto,u32 reqid) xfrm_stateonly_find() argument
1768 u32 reqid = xnew->props.reqid; __xfrm_state_bump_genids() local
1803 __find_acq_core(struct net * net,const struct xfrm_mark * m,unsigned short family,u8 mode,u32 reqid,u32 if_id,u32 pcpu_num,u8 proto,const xfrm_address_t * daddr,const xfrm_address_t * saddr,int create) __find_acq_core() argument
2357 xfrm_find_acq(struct net * net,const struct xfrm_mark * mark,u8 mode,u32 reqid,u32 if_id,u32 pcpu_num,u8 proto,const xfrm_address_t * daddr,const xfrm_address_t * saddr,int create,unsigned short family) xfrm_find_acq() argument
[all...]
H A Dxfrm_hash.h86 u32 reqid, unsigned short family, in __xfrm_dst_hash() argument
89 unsigned int h = family ^ reqid; in __xfrm_dst_hash()
H A Dxfrm_user.c837 x->props.reqid = p->reqid; in xfrm_update_ae_params()
1170 p->reqid = x->props.reqid; in copy_sec_ctx()
1903 x = xfrm_find_acq(net, &m, p->info.mode, p->info.reqid, in xfrm_alloc_userspi()
2067 t->reqid = ut->reqid; in validate_tmpl()
2331 up->reqid = kp->reqid; in copy_to_user_sec_ctx()
2727 id->reqid in build_aevent()
[all...]
H A Dxfrm_policy.c3383 (x->props.reqid == tmpl->reqid || !tmpl->reqid) && in xfrm_state_ok()
4536 (m->old_reqid == 0 || t->reqid == m->old_reqid)) {
4650 mp->new_reqid = x->props.reqid; in xfrm_migrate()
/linux/net/netfilter/
H A Dxt_policy.c48 MATCH(reqid, x->props.reqid); in match_xfrm_state()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h111 u32 reqid; member
299 u32 reqid; member
H A Dipsec.c469 attrs->reqid = x->props.reqid; in mlx5e_ipsec_build_accel_xfrm_attrs()
606 if (!x->props.reqid) { in mlx5e_xfrm_validate_state()
1195 if (!x->xfrm_vec[0].reqid && sel->proto == IPPROTO_IP && in mlx5e_xfrm_validate_policy()
1251 attrs->reqid = x->xfrm_vec[0].reqid; in mlx5e_ipsec_build_accel_pol_attrs()
H A Dipsec_fs.c1625 static void setup_fte_reg_c4(struct mlx5_flow_spec *spec, u32 reqid) in setup_fte_reg_c4() argument
1633 misc_parameters_2.metadata_reg_c_4, reqid); in setup_fte_reg_c4()
2199 setup_fte_reg_c4(spec, attrs->reqid); in tx_add_rule()
2288 if (!attrs->reqid) in tx_add_policy()
2291 err = setup_modify_header(ipsec, attrs->type, attrs->reqid, in tx_add_policy()
/linux/net/wireless/
H A Dscan.c1238 cfg80211_find_sched_scan_req(struct cfg80211_registered_device *rdev, u64 reqid) in cfg80211_find_sched_scan_req() argument
1244 if (pos->reqid == reqid) in cfg80211_find_sched_scan_req()
1266 if (!i && !pos->reqid) in cfg80211_sched_scan_req_possible()
1309 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_results() argument
1314 trace_cfg80211_sched_scan_results(wiphy, reqid); in cfg80211_sched_scan_results()
1318 request = cfg80211_find_sched_scan_req(rdev, reqid); in cfg80211_sched_scan_results()
1327 void cfg80211_sched_scan_stopped_locked(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped_locked() argument
1333 trace_cfg80211_sched_scan_stopped(wiphy, reqid); in cfg80211_sched_scan_stopped_locked()
1335 __cfg80211_stop_sched_scan(rdev, reqid, tru in cfg80211_sched_scan_stopped_locked()
1339 cfg80211_sched_scan_stopped(struct wiphy * wiphy,u64 reqid) cfg80211_sched_scan_stopped() argument
1367 __cfg80211_stop_sched_scan(struct cfg80211_registered_device * rdev,u64 reqid,bool driver_initiated) __cfg80211_stop_sched_scan() argument
[all...]
H A Drdev-ops.h895 trace_rdev_sched_scan_start(&rdev->wiphy, dev, request->reqid); in rdev_sched_scan_start()
902 struct net_device *dev, u64 reqid) in rdev_sched_scan_stop()
905 trace_rdev_sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop()
906 ret = rdev->ops->sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop()
901 rdev_sched_scan_stop(struct cfg80211_registered_device * rdev,struct net_device * dev,u64 reqid) rdev_sched_scan_stop() argument
H A Dcore.h464 u64 reqid, bool driver_initiated);
H A Dnl80211.c11816 sched_scan_req->reqid = cfg80211_assign_cookie(rdev); in nl80211_channel_switch()
11857 if (!req || req->reqid || in nl80211_channel_switch()
20592 nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->reqid, in nl80211_send_connect_result()
/linux/net/core/
H A Dnet_namespace.c270 static int alloc_netid(struct net *net, struct net *peer, int reqid) in alloc_netid() argument
274 if (reqid >= 0) { in alloc_netid()
275 min = reqid; in alloc_netid()
276 max = reqid + 1; in alloc_netid()
/linux/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c732 u32 reqid, mtbldata = 0; in idt_ntb_local_link_enable() local
739 reqid = idt_nt_read(ndev, IDT_NT_REQIDCAP); in idt_ntb_local_link_enable()
745 mtbldata = SET_FIELD(NTMTBLDATA_REQID, 0, reqid) | in idt_ntb_local_link_enable()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c971 xfrm_reqid = x.reqid; in xfrm_get_state()
/linux/tools/include/uapi/linux/
H A Dbpf.h6432 __u32 reqid;
6369 __u32 reqid; global() member
/linux/net/ceph/
H A Dosd_client.c2238 char reqid[CEPH_ENCODING_START_BLK_LEN + in encode_request_finish() member