Searched refs:chain (Results 226 - 250 of 279) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.c132 attr->chain = 0;
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_transport.h295 struct mpi3_sge_common chain; member in union:mpi3_sge_union
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c40 /* Stores the filter cookie and chain id that enabled the port */
45 int src_cid; /* source chain id */
46 int dst_cid; /* destination chain id */
979 /* Get number of rules in a vcap instance lookup chain id range */
1604 /* Convert a chain id to a VCAP lookup index */
1621 /* Lookup a vcap instance using chain id */
1637 /* Is this the last admin instance ordered by chain id and direction */
1673 /* Is the next chain id in one of the following lookups
1685 /* The offset must be at least one lookup so round up one chain */
2173 /* Check if the chain i
2994 vcap_enable_rules(struct vcap_control *vctrl, struct net_device *ndev, int chain) argument
3053 vcap_disable_rules(struct vcap_control *vctrl, struct net_device *ndev, int chain) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_synproxy.c259 return nft_chain_validate_hooks(ctx->chain, (1 << NF_INET_LOCAL_IN) |
H A Dnft_flow_offload.c393 return nft_chain_validate_hooks(ctx->chain, hook_mask);
/linux-master/net/ipv4/
H A Dinet_diag.c1116 if (hlist_empty(&ibb->chain)) {
1121 inet_bind_bucket_for_each(tb2, &ibb->chain) {
1194 if (hlist_nulls_empty(&head->chain))
1204 sk_nulls_for_each(sk, node, &head->chain) {
H A Droute.c598 for (fnhe_p = &hash->chain; ; fnhe_p = &fnhe->fnhe_next) {
665 for (fnhe = rcu_dereference(hash->chain); fnhe;
703 fnhe->fnhe_next = hash->chain;
712 rcu_assign_pointer(hash->chain, fnhe);
1340 fnhe_p = &hash->chain;
1374 for (fnhe = rcu_dereference(hash[hval].chain); fnhe;
3037 for (fnhe = rcu_dereference(bucket[i].chain); fnhe;
/linux-master/net/sched/
H A Dcls_fw.c77 struct Qdisc *q = tcf_block_q(tp->chain->block);
H A Dcls_flow.c505 struct Qdisc *q = tcf_block_q(tp->chain->block);
520 tcf_block_netif_keep_dst(tp->chain->block);
H A Dcls_route.c541 tcf_block_netif_keep_dst(tp->chain->block);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h61 u32 chain; member in union:mlx5_mapped_obj::__anon1481
746 u32 chain; member in struct:mlx5_vport_tbl_attr
H A Dfs_core.c971 /* Assuming all the tree is locked by mutex chain lock */
977 /* Assuming all the tree is locked by mutex chain lock */
2783 /* If this a prio with chains, and we can jump from one chain
2968 * When creating a new ns for each chain store it in the first available slot.
2969 * Assume tc chains are created and stored first and only then the FT chain.
2974 int chain = 0; local
2976 while (steering->fdb_sub_ns[chain])
2977 ++chain;
2979 steering->fdb_sub_ns[chain] = ns;
3010 int chain; local
[all...]
/linux-master/include/net/sctp/
H A Dstructs.h94 struct hlist_head chain; member in struct:sctp_bind_hashbucket
100 struct hlist_head chain; member in struct:sctp_hashbucket
/linux-master/include/rdma/
H A Duverbs_ioctl.h351 const struct uapi_definition *chain; member in union:uapi_definition::__anon195
427 .kind = UAPI_DEF_CHAIN, .chain = _def_var, \
/linux-master/net/core/
H A Dgro.c318 diffs |= p_ext->chain ^ skb_ext->chain;
435 * SKB to the chain.
/linux-master/drivers/usb/dwc3/
H A Dgadget.c1207 * @chain: should this TRB be chained to the next?
1214 unsigned int chain, unsigned int node, bool use_bounce_buffer,
1296 if (!no_interrupt && !chain)
1329 if ((!no_interrupt && !chain) || must_interrupt)
1332 if (chain)
1446 * sgs passed. So mark the chain bit to false if it isthe last
3354 const struct dwc3_event_depevt *event, int status, int chain)
3366 * through all TRBs including the last TRB in the chain (the
3373 if (chain && (trb->ctrl & DWC3_TRB_CTRL_HWO))
3406 if (event->status & DEPEVT_STATUS_SHORT && !chain)
1212 dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_request *req, unsigned int trb_length, unsigned int chain, unsigned int node, bool use_bounce_buffer, bool must_interrupt) argument
3352 dwc3_gadget_ep_reclaim_completed_trb(struct dwc3_ep *dep, struct dwc3_request *req, struct dwc3_trb *trb, const struct dwc3_event_depevt *event, int status, int chain) argument
[all...]
/linux-master/drivers/bus/mhi/host/
H A Dmain.c1209 int eot, eob, chain, bei; local
1240 chain = !!(flags & MHI_CHAIN);
1246 mhi_tre->dword[1] = MHI_TRE_DATA_DWORD1(bei, eot, eob, chain);
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c515 &work->base.chain,
547 * Note we only want to chain up to the migration fence on
557 __i915_sw_fence_await_dma_fence(&work->base.chain,
2146 if (i915_sw_fence_await_active(&vma->resource->chain, &vma->active,
/linux-master/drivers/infiniband/core/
H A Duverbs_uapi.c286 rc = uapi_merge_def(uapi, ibdev, def->chain, is_driver);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c181 * chain bit is set), then set the chain bit in all the following link TRBs.
183 * have their chain bit cleared (so that each Link TRB is a separate TD).
192 u32 chain; local
194 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN;
210 if (!chain && !more_trbs_coming)
214 next->link.control |= cpu_to_le32(chain);
1937 * Chain all the TRBs together; clear the chain bit in the last
1938 * TRB to indicate it's the last TRB in the chain.
2282 /* Set the chain bi
[all...]
/linux-master/include/net/
H A Dip6_fib.h132 struct hlist_head chain; member in struct:rt6_exception_bucket
H A Dip_fib.h74 struct fib_nh_exception __rcu *chain; member in struct:fnhe_hash_bucket
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c2028 static int mt7915_dfs_start_rdd(struct mt7915_dev *dev, int chain) argument
2045 err = mt76_connac_mcu_rdd_cmd(&dev->mt76, RDD_START, chain,
2051 err = mt76_connac_mcu_rdd_cmd(&dev->mt76, RDD_SET_WF_ANT, chain,
2057 return mt76_connac_mcu_rdd_cmd(&dev->mt76, RDD_DET_MODE, chain,
/linux-master/fs/exfat/
H A Dexfat_fs.h434 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain,
/linux-master/net/bridge/netfilter/
H A Debtables.c223 /* base for chain jumps */
263 if (WARN(sp == 0, "RETURN on base chain")) {
293 if (WARN(chaininfo->distinguisher, "jump to non-chain\n")) {
520 /* check if all valid hooks have a chain */
544 /* beginning of a new chain
545 * if i == NF_BR_NUMHOOKS it must be a user defined chain
548 /* this checks if the previous chain has as many entries
561 if (i == NF_BR_NUMHOOKS) /* it's a user defined chain */
591 * entries is a jump to the beginning of a new chain.
599 /* we're only interested in chain start
800 check_chainloops(const struct ebt_entries *chain, struct ebt_cl_stack *cl_s, unsigned int udc_cnt, unsigned int hooknr, char *base) argument
[all...]

Completed in 824 milliseconds

1234567891011>>