Searched refs:head_offset (Results 1 - 25 of 98) sorted by relevance

1234

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.h18 u32 head_offset,
H A Drx.c251 u32 head_offset,
263 /* head_offset is not used in this function, because xdp->data and the
266 * head_offset should always be 0.
268 WARN_ON_ONCE(head_offset);
247 mlx5e_xsk_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset, u32 page_idx) argument
/linux-master/include/linux/
H A Drhashtable-types.h48 * @head_offset: Offset of rhash_head in struct to be hashed
60 u16 head_offset; member in struct:rhashtable_params
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c36 .head_offset = offsetof(struct nfp_fl_stats_ctx_to_flow, ht_node),
478 .head_offset = offsetof(struct nfp_fl_payload, fl_node),
487 .head_offset = offsetof(struct nfp_merge_info, ht_node),
492 .head_offset = offsetof(struct nfp_fl_ct_zone_entry, hash_node),
499 .head_offset = offsetof(struct nfp_fl_ct_map_entry, hash_node),
507 .head_offset = offsetof(struct nfp_neigh_entry, ht_node),
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hdmi.c310 u32 head_offset, pack_offset; local
314 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AVI);
318 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AUDIO);
322 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_VENDOR);
336 hdmi_write(hdmi, 0x0, head_offset);
371 u32 head_offset, pack_offset; local
377 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AVI);
383 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AUDIO);
389 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_VENDOR);
405 writel(val, hdmi->regs + head_offset);
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c27 .head_offset = offsetof(struct mlx5e_tc_act_stats, hash),
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c781 int head_offset = head * NV_PRMDIO_SIZE, i; local
783 nvif_wr08(device, NV_PRMDIO_PIXEL_MASK + head_offset,
785 nvif_wr08(device, NV_PRMDIO_READ_MODE_ADDRESS + head_offset, 0x0);
789 NV_PRMDIO_PALETTE_DATA + head_offset);
800 int head_offset = head * NV_PRMDIO_SIZE, i; local
802 nvif_wr08(device, NV_PRMDIO_PIXEL_MASK + head_offset,
804 nvif_wr08(device, NV_PRMDIO_WRITE_MODE_ADDRESS + head_offset, 0x0);
807 nvif_wr08(device, NV_PRMDIO_PALETTE_DATA + head_offset,
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.c37 .head_offset = offsetof(struct prestera_fib_node, ht_node),
45 .head_offset = offsetof(struct prestera_nh_neigh, ht_node),
51 .head_offset = offsetof(struct prestera_nexthop_group, ht_node),
H A Dprestera_acl.c84 .head_offset = offsetof(struct prestera_acl_ruleset, ht_node),
91 .head_offset = offsetof(struct prestera_acl_rule, ht_node),
97 .head_offset = offsetof(struct prestera_acl_rule_entry, ht_node),
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.c22 .head_offset = offsetof(struct efx_tc_counter_index, linkage),
28 .head_offset = offsetof(struct efx_tc_counter, linkage),
H A Dtc_conntrack.c21 .head_offset = offsetof(struct efx_tc_ct_zone, linkage),
27 .head_offset = offsetof(struct efx_tc_ct_entry, linkage),
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c65 struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset,
69 struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset,
1219 u16 head_offset = (last_head->addr & (PAGE_SIZE - 1)) + rq->buff.headroom; local
1221 return page_address(last_head->frag_page->page) + head_offset;
1916 u32 head_offset = wqe_offset & ((1 << rq->mpwqe.page_shift) - 1); local
1943 rq, wi, cqe, cqe_bcnt, head_offset, page_idx);
1995 struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset,
2001 u32 frag_offset = head_offset;
2129 head_offset, head_offset, headle
1994 mlx5e_skb_from_cqe_mpwrq_nonlinear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset, u32 page_idx) argument
2139 mlx5e_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset, u32 page_idx) argument
2201 u16 head_offset = head->addr & (PAGE_SIZE - 1); local
2389 u32 head_offset = wqe_offset & ((1 << rq->mpwqe.page_shift) - 1); local
[all...]
/linux-master/net/rds/
H A Dbind.c48 .head_offset = offsetof(struct rds_sock, rs_bound_node),
/linux-master/net/handshake/
H A Drequest.c46 .head_offset = offsetof(struct handshake_req, hr_rhash),
/linux-master/net/bridge/
H A Dbr_vlan_tunnel.c29 .head_offset = offsetof(struct net_bridge_vlan, tnode),
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_atcam.c57 .head_offset = offsetof(struct mlxsw_sp_acl_atcam_lkey_id, ht_node),
63 .head_offset = offsetof(struct mlxsw_sp_acl_atcam_entry, ht_node),
H A Dcore_acl_flex_actions.c111 .head_offset = offsetof(struct mlxsw_afa_set, ht_node),
129 .head_offset = offsetof(struct mlxsw_afa_fwd_entry, ht_node),
175 .head_offset = offsetof(struct mlxsw_afa_cookie, ht_node),
193 .head_offset = offsetof(struct mlxsw_afa_policer, ht_node),
H A Dspectrum_nve.c82 .head_offset = offsetof(struct mlxsw_sp_nve_mc_list, ht_node),
815 .head_offset = offsetof(struct mlxsw_sp_nve_ipv6_ht_node, ht_node),
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c76 .head_offset = offsetof(struct fs_chain, node),
83 .head_offset = offsetof(struct prio, node),
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpeer.c526 param->head_offset = offsetof(struct ath11k_peer, rhash_id);
581 param->head_offset = offsetof(struct ath11k_peer, rhash_addr);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c270 .head_offset = offsetof(struct mlx5e_neigh_hash_entry, rhash_node),
/linux-master/net/ieee802154/6lowpan/
H A Dreassembly.c513 .head_offset = offsetof(struct inet_frag_queue, node),
/linux-master/net/ipv6/
H A Dseg6_hmac.c66 .head_offset = offsetof(struct seg6_hmac_info, node),
/linux-master/fs/bcachefs/
H A Dmovinggc.c38 .head_offset = offsetof(struct move_bucket_in_flight, hash),
/linux-master/lib/
H A Dobjagg.c538 objagg->ht_params.head_offset = offsetof(struct objagg_obj, ht_node);
956 objagg_hints->ht_params.head_offset =

Completed in 286 milliseconds

1234