Searched refs:qsfp_write (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | platform.c | 183 ret = qsfp_write(ppd, ppd->dd->hfi1_id, QSFP_TX_CTRL_BYTE_OFFS, in set_qsfp_tx() 262 ret = qsfp_write(ppd, ppd->dd->hfi1_id, in set_qsfp_high_power() 270 ret = qsfp_write(ppd, ppd->dd->hfi1_id, in set_qsfp_high_power() 395 qsfp_write(ppd, ppd->dd->hfi1_id, QSFP_CDR_CTRL_BYTE_OFFS, in apply_cdr_settings() 409 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 241, &tx_eq, 1); in apply_tx_eq_auto() 452 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 234, &tx_eq, 1); in apply_tx_eq_prog() 453 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 235, &tx_eq, 1); in apply_tx_eq_prog() 496 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 236, &rx_eq, 1); in apply_rx_eq_emp() 497 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 237, &rx_eq, 1); in apply_rx_eq_emp() 585 qsfp_write(ppd, ppd->dd->hfi1_id, (256 * 3) + 238, &rx_amp, 1); in apply_rx_amplitude_settings() [all …]
|
D | qsfp.h | 194 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
|
D | qsfp.c | 355 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_write() function 421 ret = qsfp_write(ppd, target, addr, bp, len); in one_qsfp_write()
|
D | debugfs.c | 856 total_written = qsfp_write(ppd, target, *ppos, buff, count); in __qsfp_debugfs_write()
|