Searched refs:nseg_new (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 83 int pages, int nseg, int nseg_new); 1336 int j, err_found, nseg_new = nseg; in aacraid_map_command_sg() local 1339 nseg_new = 2; in aacraid_map_command_sg() 1345 nseg_new += (sg[j].length / (i*PAGE_SIZE)); in aacraid_map_command_sg() 1350 if (i>0 && nseg_new<=sc->aac_sg_tablesize && in aacraid_map_command_sg() 1353 raw, i, nseg, nseg_new); in aacraid_map_command_sg() 1453 int pages, int nseg, int nseg_new) in aac_convert_sgraw2() argument 1459 sge = malloc(nseg_new * sizeof(struct aac_sge_ieee1212), in aac_convert_sgraw2() 1477 for (i = 1; i < nseg_new; ++i) in aac_convert_sgraw2() 1481 raw->sgeCnt = nseg_new; in aac_convert_sgraw2() [all …]
|