Searched refs:f_txchk_change (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 637 dd->f_txchk_change(dd, pbufn, 1, TXCHK_CHG_TYPE_DIS1, NULL); in qib_diagpkt_write() 667 dd->f_txchk_change(dd, pbufn, 1, TXCHK_CHG_TYPE_ENAB1, NULL); in qib_diagpkt_write()
|
D | qib_tx.c | 439 dd->f_txchk_change(dd, ostart, len, avail, rcd); in qib_chg_pioavailkernel()
|
D | qib.h | 828 void (*f_txchk_change)(struct qib_devdata *, u32, u32, u32, member
|
D | qib_iba7322.c | 5213 dd->f_txchk_change(dd, pnum, 1, TXCHK_CHG_TYPE_DIS1, NULL); in autoneg_7322_sendpkt() 5227 dd->f_txchk_change(dd, pnum, 1, TXCHK_CHG_TYPE_ENAB1, NULL); in autoneg_7322_sendpkt() 7213 dd->f_txchk_change = qib_7322_txchk_change; in qib_init_iba7322_funcs()
|
D | qib_iba6120.c | 3480 dd->f_txchk_change = qib_6120_txchk_change; in qib_init_iba6120_funcs()
|
D | qib_iba7220.c | 4531 dd->f_txchk_change = qib_7220_txchk_change; in qib_init_iba7220_funcs()
|