sg_free_table_chained
sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT);
sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT);
sg_free_table_chained(&vbr->sg_table,
sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT);
sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT);
sg_free_table_chained(&req->metadata_sgl->sg_table,
sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT);
sg_free_table_chained(&req->metadata_sgl->sg_table,
sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT);
sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT);
sg_free_table_chained(&cmd->sdb.table,
sg_free_table_chained(&cmd->prot_sdb->table,
sg_free_table_chained(&cmd->table, vs->inline_sg_cnt);
sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt);
sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt);
sg_free_table_chained(&cmd->prot_table,
sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
void sg_free_table_chained(struct sg_table *table,
sg_free_table_chained(table, nents_first_chunk);
EXPORT_SYMBOL_GPL(sg_free_table_chained);