| /linux/drivers/mailbox/ |
| H A D | bcm-flexrm-mailbox.c | 394 static void flexrm_enqueue_desc(u32 nhpos, u32 nhcnt, u32 reqid, in flexrm_enqueue_desc() argument 442 _bdcount, 0x0, reqid); in flexrm_enqueue_desc() 648 u32 reqid, void *desc_ptr, u32 toggle, in flexrm_spu_write_descs() argument 665 flexrm_enqueue_desc(nhpos, nhcnt, reqid, in flexrm_spu_write_descs() 681 flexrm_enqueue_desc(nhpos, nhcnt, reqid, in flexrm_spu_write_descs() 757 u32 reqid, void *desc_ptr, u32 toggle, in flexrm_sba_write_descs() argument 773 flexrm_enqueue_desc(nhpos, nhcnt, reqid, in flexrm_sba_write_descs() 780 flexrm_enqueue_desc(nhpos, nhcnt, reqid, in flexrm_sba_write_descs() 789 flexrm_enqueue_desc(nhpos, nhcnt, reqid, in flexrm_sba_write_descs() 798 flexrm_enqueue_desc(nhpos, nhcnt, reqid, in flexrm_sba_write_descs() [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pno.c | 47 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 D | bcdc.c | 93 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 D | pno.h | 31 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
|
| H A D | msgbuf.c | 260 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()
|
| H A D | cfg80211.c | 1190 u64 reqid; in brcmf_notify_escan_complete() local 1239 reqid = brcmf_pno_find_reqid_by_bucket(cfg->pno, in brcmf_notify_escan_complete() 1243 reqid); in brcmf_notify_escan_complete() 1245 reqid); in brcmf_notify_escan_complete() 3977 struct net_device *ndev, u64 reqid) in brcmf_cfg80211_sched_scan_stop() argument 3983 brcmf_pno_stop_sched_scan(ifp, reqid); in brcmf_cfg80211_sched_scan_stop()
|
| /linux/tools/testing/selftests/net/ |
| H A D | vrf-xfrm-tests.sh | 260 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 D | rtnetlink.sh | 676 mode transport reqid 0x07 replay-window 32 \ 694 spi 0x07 mode transport reqid 0x07 792 mode transport reqid 42 796 mode transport reqid 42 799 mode transport reqid 42 $algo sel src $srcip/24 dst $dstip/24 \ 803 mode transport reqid 42 $algo sel src $dstip/24 dst $srcip/24 \
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_policy.h | 30 reqid:1; member 59 __u32 reqid; member
|
| /linux/net/xfrm/ |
| H A D | xfrm_state.c | 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() 1383 x->props.reqid == tmpl->reqid && in xfrm_state_find() 1400 x->props.reqid == tmpl->reqid && in xfrm_state_find() 1421 h = __xfrm_dst_hash(daddr, saddr, tmpl->reqid, encap_family, state_ptrs.hmask); in xfrm_state_find() 1441 x->props.reqid == tmpl->reqid && in xfrm_state_find() 1455 h_wildcard = __xfrm_dst_hash(daddr, &saddr_wildcard, tmpl->reqid, in xfrm_state_find() 1476 x->props.reqid == tmpl->reqid && in xfrm_state_find() [all …]
|
| H A D | xfrm_hash.h | 86 u32 reqid, unsigned short family, in __xfrm_dst_hash() argument 89 unsigned int h = family ^ reqid; in __xfrm_dst_hash()
|
| H A D | xfrm_user.c | 813 x->props.reqid = p->reqid; in copy_from_user_state() 1140 p->reqid = x->props.reqid; in copy_to_user_state() 1866 x = xfrm_find_acq(net, &m, p->info.mode, p->info.reqid, in xfrm_alloc_userspi() 2030 t->reqid = ut->reqid; in copy_templates() 2295 up->reqid = kp->reqid; in copy_to_user_tmpl() 2690 id->reqid = x->props.reqid; in build_aevent() 3031 x->props.reqid = t->reqid; in xfrm_add_acquire() 3090 ma->reqid = um->reqid; in copy_from_user_migrate() 3173 um.reqid = m->reqid; in copy_to_user_migrate() 4163 um->reqid = x->props.reqid; in build_mapping()
|
| /linux/net/key/ |
| H A D | af_key.c | 996 sa2->sadb_x_sa2_reqid = x->props.reqid; in __pfkey_xfrm_state2msg() 1246 x->props.reqid = sa2->sadb_x_sa2_reqid; in pfkey_msg2xfrm_state() 1316 u32 reqid; in pfkey_getspi() local 1333 reqid = sa2->sadb_x_sa2_reqid; in pfkey_getspi() 1336 reqid = 0; in pfkey_getspi() 1365 x = xfrm_find_acq(net, &dummy_mark, mode, reqid, 0, UINT_MAX, in pfkey_getspi() 1912 u32 reqid = *(u32*)ptr; in check_reqid() local 1915 if (xp->xfrm_vec[i].reqid == reqid) in check_reqid() 1926 static u32 reqid in gen_reqid() local 3521 set_ipsecrequest(struct sk_buff * skb,uint8_t proto,uint8_t mode,int level,uint32_t reqid,uint8_t family,const xfrm_address_t * src,const xfrm_address_t * dst) set_ipsecrequest() argument [all...] |
| /linux/net/netfilter/ |
| H A D | xt_policy.c | 48 MATCH(reqid, x->props.reqid); in match_xfrm_state()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.h | 111 u32 reqid; member 298 u32 reqid; member
|
| H A D | ipsec_fs.c | 1625 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 D | scan.c | 1232 cfg80211_find_sched_scan_req(struct cfg80211_registered_device *rdev, u64 reqid) in cfg80211_find_sched_scan_req() argument 1238 if (pos->reqid == reqid) in cfg80211_find_sched_scan_req() 1260 if (!i && !pos->reqid) in cfg80211_sched_scan_req_possible() 1303 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_results() argument 1308 trace_cfg80211_sched_scan_results(wiphy, reqid); in cfg80211_sched_scan_results() 1312 request = cfg80211_find_sched_scan_req(rdev, reqid); in cfg80211_sched_scan_results() 1321 void cfg80211_sched_scan_stopped_locked(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped_locked() argument 1327 trace_cfg80211_sched_scan_stopped(wiphy, reqid); in cfg80211_sched_scan_stopped_locked() 1329 __cfg80211_stop_sched_scan(rdev, reqid, tru in cfg80211_sched_scan_stopped_locked() 1333 cfg80211_sched_scan_stopped(struct wiphy * wiphy,u64 reqid) cfg80211_sched_scan_stopped() argument 1361 __cfg80211_stop_sched_scan(struct cfg80211_registered_device * rdev,u64 reqid,bool driver_initiated) __cfg80211_stop_sched_scan() argument [all...] |
| H A D | rdev-ops.h | 894 trace_rdev_sched_scan_start(&rdev->wiphy, dev, request->reqid); in rdev_sched_scan_start() 901 struct net_device *dev, u64 reqid) in rdev_sched_scan_stop() argument 904 trace_rdev_sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop() 905 ret = rdev->ops->sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop()
|
| H A D | core.h | 459 u64 reqid, bool driver_initiated);
|
| /linux/net/core/ |
| H A D | net_namespace.c | 270 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/include/net/ |
| H A D | xfrm.h | 220 u32 reqid; member 561 u32 reqid; member 688 u32 reqid; member 1697 u8 mode, u8 proto, u32 reqid); 1885 u8 mode, u32 reqid, u32 if_id, u32 pcpu_num, u8 proto,
|
| H A D | cfg80211.h | 2965 u64 reqid; member 5064 u64 reqid); 7678 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid); 7690 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid); 7703 void cfg80211_sched_scan_stopped_locked(struct wiphy *wiphy, u64 reqid);
|
| /linux/drivers/ntb/hw/idt/ |
| H A D | ntb_hw_idt.c | 732 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 D | test_tunnel_kern.c | 972 xfrm_reqid = x.reqid; in xfrm_get_state()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6374 __u32 reqid; 6369 __u32 reqid; global() member
|