Searched refs:sges_size (Results 1 – 1 of 1) sorted by relevance
762 size_t sges_size; in hinic_init_txq() local771 sges_size = txq->max_sges * sizeof(*txq->sges); in hinic_init_txq()772 txq->sges = devm_kzalloc(&netdev->dev, sges_size, GFP_KERNEL); in hinic_init_txq()776 sges_size = txq->max_sges * sizeof(*txq->free_sges); in hinic_init_txq()777 txq->free_sges = devm_kzalloc(&netdev->dev, sges_size, GFP_KERNEL); in hinic_init_txq()