Searched refs:link_crc_mask (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dchip.c92 ushort link_crc_mask = SUPPORTED_CRCS; variable
93 module_param(link_crc_mask, ushort, S_IRUGO);
94 MODULE_PARM_DESC(link_crc_mask, "CRCs to use on the link");
3844 * what's in the link_crc_mask, crc_sizes, and crc_val handle_verify_cap()
3847 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8; handle_verify_cap()
10488 ppd->port_crc_mode_enabled = link_crc_mask; hfi1_init_dd()
10490 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8; hfi1_init_dd()
10492 ppd->port_ltp_crc_mode |= cap_to_port_ltp(link_crc_mask) << 4; hfi1_init_dd()
H A Dinit.c1184 link_crc_mask &= SUPPORTED_CRCS; hfi1_mod_init()
H A Dhfi.h1662 extern ushort link_crc_mask;

Completed in 159 milliseconds