Lines Matching defs:dsds
47 * @dsds: number of data segment descriptors needed
49 * Returns the number of IOCB entries needed to store @dsds.
52 qla2x00_calc_iocbs_32(uint16_t dsds)
57 if (dsds > 3) {
58 iocbs += (dsds - 3) / 7;
59 if ((dsds - 3) % 7)
69 * @dsds: number of data segment descriptors needed
71 * Returns the number of IOCB entries needed to store @dsds.
74 qla2x00_calc_iocbs_64(uint16_t dsds)
79 if (dsds > 2) {
80 iocbs += (dsds - 2) / 5;
81 if ((dsds - 2) % 5)
674 * @dsds: number of data segment descriptors needed
676 * Returns the number of dsd list needed to store @dsds.
679 qla24xx_calc_dsd_lists(uint16_t dsds)
683 dsd_lists = (dsds/QLA_DSDS_PER_IOCB);
684 if (dsds % QLA_DSDS_PER_IOCB)
4066 /* Only one dsd is available for bidirectional IOCB, remaining dsds