snic_sg_desc
struct snic_sg_desc *sgd = NULL;
rqi->req_len += (sg_cnt * sizeof(struct snic_sg_desc));
struct snic_sg_desc *sgd;
struct snic_sg_desc sg_desc[SNIC_DFLT_SG_DESC_CNT];
struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT];
((struct snic_sg_desc *) (((struct snic_host_req *)req)+1))
struct snic_sg_desc *sgd;
sgd = (struct snic_sg_desc *) req_to_sgl(rqi->req);