Searched refs:sges_size (Results 1 – 1 of 1) sorted by relevance
864 size_t sges_size; in hinic_init_txq() local873 sges_size = txq->max_sges * sizeof(*txq->sges); in hinic_init_txq()874 txq->sges = devm_kzalloc(&netdev->dev, sges_size, GFP_KERNEL); in hinic_init_txq()878 sges_size = txq->max_sges * sizeof(*txq->free_sges); in hinic_init_txq()879 txq->free_sges = devm_kzalloc(&netdev->dev, sges_size, GFP_KERNEL); in hinic_init_txq()