Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c1651 BYTE_UNITS); in qla4xxx_get_iface_param()
1656 BYTE_UNITS); in qla4xxx_get_iface_param()
1665 BYTE_UNITS); in qla4xxx_get_iface_param()
2626 BYTE_UNITS; in qla4xxx_set_iscsi_param()
2633 BYTE_UNITS; in qla4xxx_set_iscsi_param()
2646 BYTE_UNITS; in qla4xxx_set_iscsi_param()
3571 conn->max_recv_dlength = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()
3573 conn->max_xmit_dlength = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()
3575 sess->first_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()
3577 sess->max_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param()
[all …]
H A Dql4_mbx.c2115 cpu_to_le16((conn->max_recv_dlength / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
2122 cpu_to_le16((sess->first_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
2126 cpu_to_le16((sess->max_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
H A Dql4_fw.h872 #define BYTE_UNITS 512 macro