Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c148 static char txselect_list[MAX_ATTEN_LEN] = "10"; variable
150 .string = txselect_list,
6033 str = txselect_list; in set_no_qsfp_atten()
6119 if (strlen(str) >= ARRAY_SIZE(txselect_list)) { in setup_txselect()
6130 strncpy(txselect_list, str, ARRAY_SIZE(txselect_list) - 1); in setup_txselect()