Lines Matching full:dif
1300 * @brief Return blocksize given SCSI API DIF block size
1302 * Given the DIF block size enumerated value, return the block size value. (e.g.
1305 * @param dif_info Pointer to SCSI API DIF info block
1307 * @return returns block size, or 0 if SCSI API DIF blocksize is invalid
1330 * @brief Set SCSI API DIF blocksize
1332 * Given a blocksize value (512, 1024, etc.), set the SCSI API DIF blocksize
1333 * in the DIF info block
1335 * @param dif_info Pointer to the SCSI API DIF info block
1362 * @brief Return memory block size given SCSI DIF API
1364 * The blocksize in memory for the DIF transfer is returned, given the SCSI DIF info
1367 * @param dif_info Pointer to DIF info block
1419 * @brief Return wire block size given SCSI DIF API
1421 * The blocksize on the wire for the DIF transfer is returned, given the SCSI DIF info
1424 * @param dif_info Pointer to DIF info block
1476 * @brief Return blocksize given HW API DIF block size
1478 * Given the DIF block size enumerated value, return the block size value. (e.g.
1481 * @param dif_info Pointer to HW API DIF info block
1483 * @return returns block size, or 0 if HW API DIF blocksize is invalid
1506 * @brief Return memory block size given HW DIF API
1508 * The blocksize in memory for the DIF transfer is returned, given the HW DIF info
1511 * @param dif_info Pointer to DIF info block
1563 * @brief Return wire block size given HW DIF API
1565 * The blocksize on the wire for the DIF transfer is returned, given the HW DIF info
1568 * @param dif_info Pointer to DIF info block