Searched refs:sges_size (Results 1 – 1 of 1) sorted by relevance
459 size_t sges_size; in hinic_init_txq() local468 sges_size = txq->max_sges * sizeof(*txq->sges); in hinic_init_txq()469 txq->sges = devm_kzalloc(&netdev->dev, sges_size, GFP_KERNEL); in hinic_init_txq()473 sges_size = txq->max_sges * sizeof(*txq->free_sges); in hinic_init_txq()474 txq->free_sges = devm_kzalloc(&netdev->dev, sges_size, GFP_KERNEL); in hinic_init_txq()