Searched defs:_ctx (Results 26 – 35 of 35) sorted by relevance
12
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 674 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local 687 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/openbmc/libmctp/utils/ |
H A D | mctp-demux-daemon.c | 590 struct ctx *ctx, _ctx; in main() local
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | sysfs.c | 164 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry()
|
/openbmc/linux/drivers/net/ |
H A D | veth.c | 1677 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local 1689 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 6658 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() 6672 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 446 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 2445 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 7284 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp()
|
12