Home
last modified time | relevance | path

Searched refs:privsize (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/scsi/libfc/
H A Dfc_npiv.c21 struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize) in libfc_vport_create() argument
27 vn_port = libfc_host_alloc(shost->hostt, privsize); in libfc_vport_create()
/linux-6.15/drivers/net/hamradio/
H A Dhdlcdrv.c685 unsigned int privsize, const char *ifname, in hdlcdrv_register() argument
693 if (privsize < sizeof(struct hdlcdrv_state)) in hdlcdrv_register()
694 privsize = sizeof(struct hdlcdrv_state); in hdlcdrv_register()
696 dev = alloc_netdev(privsize, ifname, NET_NAME_UNKNOWN, hdlcdrv_setup); in hdlcdrv_register()
/linux-6.15/include/linux/
H A Dhdlcdrv.h267 unsigned int privsize, const char *ifname,
/linux-6.15/drivers/scsi/
H A Dhosts.c392 struct Scsi_Host *scsi_host_alloc(const struct scsi_host_template *sht, int privsize) in scsi_host_alloc() argument
397 shost = kzalloc(sizeof(struct Scsi_Host) + privsize, GFP_KERNEL); in scsi_host_alloc()
/linux-6.15/net/netfilter/
H A Dnft_set_hash.c756 .privsize = nft_rhash_privsize,
778 .privsize = nft_hash_privsize,
797 .privsize = nft_hash_privsize,
H A Dnft_set_bitmap.c301 .privsize = nft_bitmap_privsize,
H A Dnft_set_pipapo.c2375 .privsize = nft_pipapo_privsize,
2399 .privsize = nft_pipapo_privsize,
H A Dnft_set_rbtree.c796 .privsize = nft_rbtree_privsize,
H A Dnf_tables_api.c5429 if (ops->privsize != NULL) in nf_tables_newset()
5430 size = ops->privsize(nla, &desc); in nf_tables_newset()
/linux-6.15/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c855 int privsize, len, ret = -ENODEV; in fs_enet_probe() local
902 privsize = sizeof(*fep) + in fs_enet_probe()
907 ndev = alloc_etherdev(privsize); in fs_enet_probe()
/linux-6.15/drivers/thunderbolt/
H A Ddomain.c373 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize) in tb_domain_alloc() argument
385 tb = kzalloc(sizeof(*tb) + privsize, GFP_KERNEL); in tb_domain_alloc()
H A Dtb.h771 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize);
/linux-6.15/include/scsi/
H A Dlibfc.h923 struct fc_lport *libfc_vport_create(struct fc_vport *, int privsize);
/linux-6.15/Documentation/scsi/
H A Dscsi_mid_low_api.rst417 * @privsize: extra bytes to allocate in hostdata array (which is the
435 int privsize)
1062 is set by the second argument (named 'privsize') to
/linux-6.15/include/net/netfilter/
H A Dnf_tables.h506 u64 (*privsize)(const struct nlattr * const nla[], member