Home
last modified time | relevance | path

Searched refs:QL_MIN (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/qlxgb/
HDqla_def.h204 #define QL_MIN(x, y) ((x < y) ? x : y) macro
HDqla_hw.c968 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
974 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
1079 bytes = QL_MIN(bytes, hdr_len); in qla_hw_send()
1114 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in qla_hw_send()
/freebsd-11-stable/sys/dev/qlxgbe/
HDql_def.h271 #define QL_MIN(x, y) ((x < y) ? x : y) macro
HDql_hw.c2543 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2549 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
2692 bytes = QL_MIN(bytes, hdr_len); in ql_hw_send()
2733 bytes = QL_MIN((sizeof(q80_tx_cmd_t)), hdr_len); in ql_hw_send()
/freebsd-11-stable/sys/dev/qlxge/
HDqls_def.h365 #define QL_MIN(x, y) ((x < y) ? x : y) macro
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDqlnx_def.h526 #define QL_MIN(x, y) ((x < y) ? x : y) macro