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