Home
last modified time | relevance | path

Searched refs:BYTE_UNITS (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/qla4xxx/
Dql4_os.c1645 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 …]
Dql4_mbx.c2108 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()
Dql4_fw.h872 #define BYTE_UNITS 512 macro