Searched refs:f_txchk_change (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 628 dd->f_txchk_change(dd, pbufn, 1, TXCHK_CHG_TYPE_DIS1, NULL); in qib_diagpkt_write() 658 dd->f_txchk_change(dd, pbufn, 1, TXCHK_CHG_TYPE_ENAB1, NULL); in qib_diagpkt_write()
|
D | qib_tx.c | 435 dd->f_txchk_change(dd, ostart, len, avail, rcd); in qib_chg_pioavailkernel()
|
D | qib.h | 792 void (*f_txchk_change)(struct qib_devdata *, u32, u32, u32, member
|
D | qib_iba7322.c | 4942 dd->f_txchk_change(dd, pnum, 1, TXCHK_CHG_TYPE_DIS1, NULL); in autoneg_7322_sendpkt() 4956 dd->f_txchk_change(dd, pnum, 1, TXCHK_CHG_TYPE_ENAB1, NULL); in autoneg_7322_sendpkt() 6874 dd->f_txchk_change = qib_7322_txchk_change; in qib_init_iba7322_funcs()
|
D | qib_iba6120.c | 3527 dd->f_txchk_change = qib_6120_txchk_change; in qib_init_iba6120_funcs()
|
D | qib_iba7220.c | 4577 dd->f_txchk_change = qib_7220_txchk_change; in qib_init_iba7220_funcs()
|