Searched refs:link_crc_mask (Results 1 – 3 of 3) sorted by relevance
95 ushort link_crc_mask = SUPPORTED_CRCS; variable96 module_param(link_crc_mask, ushort, S_IRUGO);97 MODULE_PARM_DESC(link_crc_mask, "CRCs to use on the link");7537 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8; in handle_verify_cap()14988 ppd->port_crc_mode_enabled = link_crc_mask; in hfi1_init_dd()14990 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8; in hfi1_init_dd()14992 ppd->port_ltp_crc_mode |= cap_to_port_ltp(link_crc_mask) << 4; in hfi1_init_dd()
1475 link_crc_mask &= SUPPORTED_CRCS; in hfi1_mod_init()
2021 extern ushort link_crc_mask;