sg_alloc_table_chained
err = sg_alloc_table_chained(&iu->sgt,
err = sg_alloc_table_chained(&vbr->sg_table,
ret = sg_alloc_table_chained(&freq->sg_table,
ret = sg_alloc_table_chained(&req->data_sgl.sg_table,
ret = sg_alloc_table_chained(&req->metadata_sgl->sg_table,
if (sg_alloc_table_chained(&iod->sg_table,
if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs,
if (sg_alloc_table_chained(&prot_sdb->table,
ret = sg_alloc_table_chained(&cmd->table, sgl_count, cmd->table.sgl,
ret = sg_alloc_table_chained(&cmd->prot_table, sgl_count,
ret = sg_alloc_table_chained(&msg->sgt,
int sg_alloc_table_chained(struct sg_table *table, int nents,
EXPORT_SYMBOL_GPL(sg_alloc_table_chained);