Searched refs:f_txchk_change (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 639 dd->f_txchk_change(dd, pbufn, 1, TXCHK_CHG_TYPE_DIS1, NULL); in qib_diagpkt_write() 669 dd->f_txchk_change(dd, pbufn, 1, TXCHK_CHG_TYPE_ENAB1, NULL); in qib_diagpkt_write()
|
D | qib_tx.c | 445 dd->f_txchk_change(dd, ostart, len, avail, rcd); in qib_chg_pioavailkernel()
|
D | qib.h | 848 void (*f_txchk_change)(struct qib_devdata *, u32, u32, u32, member
|
D | qib_iba7322.c | 5275 dd->f_txchk_change(dd, pnum, 1, TXCHK_CHG_TYPE_DIS1, NULL); in autoneg_7322_sendpkt() 5289 dd->f_txchk_change(dd, pnum, 1, TXCHK_CHG_TYPE_ENAB1, NULL); in autoneg_7322_sendpkt() 7291 dd->f_txchk_change = qib_7322_txchk_change; in qib_init_iba7322_funcs()
|
D | qib_iba6120.c | 3545 dd->f_txchk_change = qib_6120_txchk_change; in qib_init_iba6120_funcs()
|
D | qib_iba7220.c | 4589 dd->f_txchk_change = qib_7220_txchk_change; in qib_init_iba7220_funcs()
|