Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_defs_fcs.h402 u32 df_sz; /* Max payload size */ member
Dbfa_fcs_rport.c3041 rport_attr->df_sz = rport->maxfrsize; in bfa_fcs_rport_get_attr()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c850 int df_sz = wq_sz * MLX5_SEND_WQEBB_NUM_DS; in mlx5e_alloc_sq_txq_db() local
854 sq->db.txq.dma_fifo = kzalloc_node(df_sz * sizeof(*sq->db.txq.dma_fifo), in mlx5e_alloc_sq_txq_db()
863 sq->dma_fifo_mask = df_sz - 1; in mlx5e_alloc_sq_txq_db()