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

/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h2197 extern ushort link_crc_mask;
H A Dinit.c1433 link_crc_mask &= SUPPORTED_CRCS;
H A Dchip.c49 ushort link_crc_mask = SUPPORTED_CRCS; variable
50 module_param(link_crc_mask, ushort, S_IRUGO);
51 MODULE_PARM_DESC(link_crc_mask, "CRCs to use on the link");
7543 * what's in the link_crc_mask, crc_sizes, and crc_val
7546 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8;
15051 ppd->port_crc_mode_enabled = link_crc_mask;
15053 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8;
15055 ppd->port_ltp_crc_mode |= cap_to_port_ltp(link_crc_mask) << 4;

Completed in 154 milliseconds