Home
last modified time | relevance | path

Searched refs:gnl (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/bpf/
H A Dnetlink.c254 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_genl_family_id() local
255 struct nlattr *na = (struct nlattr *)((void *)gnl + GENL_HDRLEN); in parse_genl_family_id()
260 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_genl_family_id()
275 .gnl.cmd = CTRL_CMD_GETFAMILY, in libbpf_netlink_resolve_genl_family_id()
276 .gnl.version = 2, in libbpf_netlink_resolve_genl_family_id()
410 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_xdp_features() local
411 struct nlattr *na = (struct nlattr *)((void *)gnl + GENL_HDRLEN); in parse_xdp_features()
417 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_xdp_features()
489 req.gnl.cmd = NETDEV_CMD_DEV_GET; in bpf_xdp_query()
490 req.gnl.version = 2; in bpf_xdp_query()
H A Dnlattr.h62 struct genlmsghdr gnl; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c3623 if (base_vha->gnl.l) { in qla2x00_probe_one()
3624 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_probe_one()
3625 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3626 base_vha->gnl.l = NULL; in qla2x00_probe_one()
3883 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_remove_one()
3884 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3885 base_vha->gnl.l = NULL; in qla2x00_remove_one()
3921 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3923 base_vha->gnl.l = NULL; in qla2x00_remove_one()
5075 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()
[all …]