Home
last modified time | relevance | path

Searched refs:kvzalloc (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c313 flow_group_in = kvzalloc(inlen, GFP_KERNEL); in ipsec_miss_create()
314 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in ipsec_miss_create()
534 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in rx_add_rule()
742 in = kvzalloc(MLX5_ST_SZ_BYTES(create_flow_group_in), GFP_KERNEL); in ipsec_tx_create_roce()
804 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in tx_create_kspi_bypass_rules()
1130 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in tx_add_kspi_rule()
1165 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in tx_add_reqid_ip_rules()
1291 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in tx_add_policy()
1369 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in rx_add_policy()
1537 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in ipsec_status_rule()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tcp.c103 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in mlx5e_accel_fs_add_inpcb()
223 in = kvzalloc(inlen, GFP_KERNEL); in accel_fs_tcp_create_groups()
H A Dmlx5_fs_counters.c555 bulk = kvzalloc(struct_size(bulk, fcs, bulk_len), GFP_KERNEL); in mlx5_fc_bulk_create()
H A Dmlx5_vport.c1521 in = kvzalloc(inlen, GFP_KERNEL); in mlx5_nic_vport_update_local_lb()
H A Dmlx5_fs_core.c1519 in = kvzalloc(inlen, GFP_KERNEL); in create_auto_flow_group()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c228 in = kvzalloc(inlen, GFP_KERNEL); in mlx5_fpga_conn_create_mkey()
456 in = kvzalloc(inlen, GFP_KERNEL); in mlx5_fpga_conn_create_cq()
550 conn->qp.rq.bufs = kvzalloc(sizeof(conn->qp.rq.bufs[0]) * in mlx5_fpga_conn_create_qp()
557 conn->qp.sq.bufs = kvzalloc(sizeof(conn->qp.sq.bufs[0]) * in mlx5_fpga_conn_create_qp()
567 in = kvzalloc(inlen, GFP_KERNEL); in mlx5_fpga_conn_create_qp()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h50 #define kvzalloc(size, flags) kvmalloc(size, (flags) | __GFP_ZERO) macro
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1726 async_data = kvzalloc(struct_size(async_data, hdr.out_data, in UVERBS_HANDLER()