Searched refs:QL_MIN (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/qlxgb/ |
H A D | qla_def.h | 204 #define QL_MIN(x, y) ((x < y) ? x : y) macro
|
H A D | qla_hw.c | 958 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send() 964 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send() 1067 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send() 1102 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_def.h | 271 #define QL_MIN(x, y) ((x < y) ? x : y) macro
|
H A D | ql_hw.c | 2515 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send() 2521 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send() 2659 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send() 2699 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_def.h | 362 #define QL_MIN(x, y) ((x < y) ? x : y) macro
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 510 #define QL_MIN(x, y) ((x < y) ? x : y) macro
|