Searched refs:port_ltp_crc_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/rdma/
H A Dopa_port_info.h305 __be16 port_ltp_crc_mode; /* 4 res, 4 bits, 4 bits, 4 bits */ member in struct:opa_port_info
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c881 pi->port_ltp_crc_mode = cpu_to_be16(ppd->port_ltp_crc_mode);
1553 crc_enabled = be16_to_cpu(pi->port_ltp_crc_mode);
H A Dhfi.h910 /* port_ltp_crc_mode is returned in 'portinfo' MADs */
911 u16 port_ltp_crc_mode; member in struct:hfi1_pportdata
H A Dchip.c7546 ppd->port_ltp_crc_mode = cap_to_port_ltp(link_crc_mask) << 8;
7548 ppd->port_ltp_crc_mode |=
7551 ppd->port_ltp_crc_mode |= lcb_to_port_ltp(crc_val);
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 370 milliseconds