/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | rx.c | 29 u32 head_offset, in mlx5e_xsk_skb_from_cqe_mpwrq_linear() argument 46 WARN_ON_ONCE(head_offset); in mlx5e_xsk_skb_from_cqe_mpwrq_linear()
|
D | rx.h | 15 u32 head_offset,
|
/Linux-v5.10/drivers/gpu/drm/sti/ |
D | sti_hdmi.c | 302 u32 head_offset, pack_offset; in hdmi_infoframe_reset() local 306 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AVI); in hdmi_infoframe_reset() 310 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AUDIO); in hdmi_infoframe_reset() 314 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_VENDOR); in hdmi_infoframe_reset() 328 hdmi_write(hdmi, 0x0, head_offset); in hdmi_infoframe_reset() 363 u32 head_offset, pack_offset; in hdmi_infoframe_write_infopack() local 369 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AVI); in hdmi_infoframe_write_infopack() 375 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_AUDIO); in hdmi_infoframe_write_infopack() 381 head_offset = HDMI_SW_DI_N_HEAD_WORD(HDMI_IFRAME_SLOT_VENDOR); in hdmi_infoframe_write_infopack() 397 writel(val, hdmi->regs + head_offset); in hdmi_infoframe_write_infopack()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 779 int head_offset = head * NV_PRMDIO_SIZE, i; in nv_save_state_palette() local 781 nvif_wr08(device, NV_PRMDIO_PIXEL_MASK + head_offset, in nv_save_state_palette() 783 nvif_wr08(device, NV_PRMDIO_READ_MODE_ADDRESS + head_offset, 0x0); in nv_save_state_palette() 787 NV_PRMDIO_PALETTE_DATA + head_offset); in nv_save_state_palette() 798 int head_offset = head * NV_PRMDIO_SIZE, i; in nouveau_hw_load_state_palette() local 800 nvif_wr08(device, NV_PRMDIO_PIXEL_MASK + head_offset, in nouveau_hw_load_state_palette() 802 nvif_wr08(device, NV_PRMDIO_WRITE_MODE_ADDRESS + head_offset, 0x0); in nouveau_hw_load_state_palette() 805 nvif_wr08(device, NV_PRMDIO_PALETTE_DATA + head_offset, in nouveau_hw_load_state_palette()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 59 u16 cqe_bcnt, u32 head_offset, u32 page_idx); 62 u16 cqe_bcnt, u32 head_offset, u32 page_idx); 1339 u32 head_offset = wqe_offset & (PAGE_SIZE - 1); in mlx5e_handle_rx_cqe_mpwrq_rep() local 1368 rq, wi, cqe_bcnt, head_offset, page_idx); in mlx5e_handle_rx_cqe_mpwrq_rep() 1399 u16 cqe_bcnt, u32 head_offset, u32 page_idx) in mlx5e_skb_from_cqe_mpwrq_nonlinear() argument 1403 u32 frag_offset = head_offset + headlen; in mlx5e_skb_from_cqe_mpwrq_nonlinear() 1435 mlx5e_copy_skb_header(rq->pdev, skb, head_di, head_offset, headlen); in mlx5e_skb_from_cqe_mpwrq_nonlinear() 1445 u16 cqe_bcnt, u32 head_offset, u32 page_idx) in mlx5e_skb_from_cqe_mpwrq_linear() argument 1461 va = page_address(di->page) + head_offset; in mlx5e_skb_from_cqe_mpwrq_linear() 1465 dma_sync_single_range_for_cpu(rq->pdev, di->addr, head_offset, in mlx5e_skb_from_cqe_mpwrq_linear() [all …]
|
/Linux-v5.10/include/linux/ |
D | rhashtable-types.h | 60 u16 head_offset; member
|
/Linux-v5.10/net/bridge/ |
D | br_vlan_tunnel.c | 29 .head_offset = offsetof(struct net_bridge_vlan, tnode),
|
/Linux-v5.10/net/rds/ |
D | bind.c | 48 .head_offset = offsetof(struct rds_sock, rs_bound_node),
|
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | metadata.c | 35 .head_offset = offsetof(struct nfp_fl_stats_ctx_to_flow, ht_node), 476 .head_offset = offsetof(struct nfp_fl_payload, fl_node),
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_atcam.c | 57 .head_offset = offsetof(struct mlxsw_sp_acl_atcam_lkey_id, ht_node), 63 .head_offset = offsetof(struct mlxsw_sp_acl_atcam_entry, ht_node),
|
D | core_acl_flex_actions.c | 111 .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),
|
D | spectrum_acl.c | 77 .head_offset = offsetof(struct mlxsw_sp_acl_ruleset, ht_node), 84 .head_offset = offsetof(struct mlxsw_sp_acl_rule, ht_node),
|
D | spectrum_fid.c | 55 .head_offset = offsetof(struct mlxsw_sp_fid, ht_node), 61 .head_offset = offsetof(struct mlxsw_sp_fid, vni_ht_node),
|
/Linux-v5.10/net/ipv6/ |
D | seg6_hmac.c | 67 .head_offset = offsetof(struct seg6_hmac_info, node),
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 96 .head_offset = offsetof(struct fs_chain, node), 103 .head_offset = offsetof(struct prio, node),
|
/Linux-v5.10/lib/ |
D | test_rhashtable.c | 95 .head_offset = offsetof(struct test_obj, node), 102 .head_offset = offsetof(struct test_obj_rhl, list_node),
|
D | objagg.c | 538 objagg->ht_params.head_offset = offsetof(struct objagg_obj, ht_node); in objagg_create() 959 objagg_hints->ht_params.head_offset = in objagg_hints_get()
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 729 u64 head_offset : 6; member 747 u64 head_offset : 6; member
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | neigh.c | 269 .head_offset = offsetof(struct mlx5e_neigh_hash_entry, rhash_node),
|
/Linux-v5.10/net/core/ |
D | xdp.c | 59 .head_offset = offsetof(struct xdp_mem_allocator, node),
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 139 .head_offset = offsetof(struct mlx5_ct_entry, node), 147 .head_offset = offsetof(struct mlx5_ct_ft, node), 154 .head_offset = offsetof(struct mlx5_ct_entry, tuple_node), 162 .head_offset = offsetof(struct mlx5_ct_entry, tuple_nat_node),
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 1968 .head_offset = offsetof(struct bnxt_tc_flow_node, node), 1975 .head_offset = offsetof(struct bnxt_tc_l2_node, node), 1982 .head_offset = offsetof(struct bnxt_tc_l2_node, node), 1989 .head_offset = offsetof(struct bnxt_tc_tunnel_node, node),
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | hypervisor.h | 1353 unsigned long head_offset; member
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 532 .head_offset = offsetof(struct inet_frag_queue, node),
|
/Linux-v5.10/net/ieee802154/6lowpan/ |
D | reassembly.c | 508 .head_offset = offsetof(struct inet_frag_queue, node),
|