Searched refs:BYTE_UNITS (Results 1 – 3 of 3) sorted by relevance
1645 BYTE_UNITS); in qla4xxx_get_iface_param()1650 BYTE_UNITS); in qla4xxx_get_iface_param()1659 BYTE_UNITS); in qla4xxx_get_iface_param()2620 BYTE_UNITS; in qla4xxx_set_iscsi_param()2627 BYTE_UNITS; in qla4xxx_set_iscsi_param()2640 BYTE_UNITS; in qla4xxx_set_iscsi_param()3558 conn->max_recv_dlength = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()3560 conn->max_xmit_dlength = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()3562 sess->first_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()3564 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()[all …]
2108 cpu_to_le16((conn->max_recv_dlength / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()2115 cpu_to_le16((sess->first_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()2119 cpu_to_le16((sess->max_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
872 #define BYTE_UNITS 512 macro