Searched refs:hw_pidx (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_qsfp.c | 73 if (ppd->hw_pidx) { in qsfp_read() 183 if (ppd->hw_pidx) { in qib_qsfp_write() 450 (ppd->hw_pidx * QSFP_GPIO_PORT2_SHIFT); in qib_qsfp_mod_present() 454 ((ppd->hw_pidx * QSFP_GPIO_PORT2_SHIFT) + 3)); in qib_qsfp_mod_present() 478 if (qd->ppd->hw_pidx) { in qib_qsfp_init()
|
| H A D | qib_iba7322.c | 96 #define IBSD(hw_pidx) (hw_pidx + 2) argument 2705 cspec->dca_rcvhdr_ctrl[4] &= ~(ppd->hw_pidx ? in qib_update_sdma_dca() 2710 (ppd->hw_pidx ? in qib_update_sdma_dca() 2718 cspec->dca_ctrl |= ppd->hw_pidx ? in qib_update_sdma_dca() 3212 qib_write_kreg(dd, kr_intclear, ppd->hw_pidx ? in sdma_intr() 3239 qib_write_kreg(dd, kr_intclear, ppd->hw_pidx ? in sdma_idle_intr() 3266 qib_write_kreg(dd, kr_intclear, ppd->hw_pidx ? in sdma_progress_intr() 6297 ctxt = ppd->hw_pidx; in write_7322_initregs() 7327 if (ppd->hw_pidx) in set_txdds() 8038 IBSD(ppd->hw_pidx), chan_done); in serdes_7322_init_new() [all …]
|
| H A D | qib_init.c | 221 u8 hw_pidx, u8 port) in qib_init_pportdata() argument 226 ppd->hw_pidx = hw_pidx; in qib_init_pportdata()
|
| H A D | qib_ud.c | 398 unsigned ctxt = ppd->hw_pidx; in qib_lookup_pkey()
|
| H A D | qib.h | 628 u8 hw_pidx; /* physical port index */ member
|
| H A D | qib_verbs.c | 1376 unsigned ctxt = ppd->hw_pidx; in qib_get_pkey() 1610 ctxt = ppd->hw_pidx; in qib_register_ib_device()
|
| H A D | qib_mad.c | 589 struct qib_ctxtdata *rcd = dd->rcd[ppd->hw_pidx]; in get_pkeys() 1002 rcd = dd->rcd[ppd->hw_pidx]; in set_pkeys()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 2224 u16 hw_pidx, hw_cidx; in cxgb4_sync_txq_pidx() local 2227 ret = read_eq_indices(adap, qid, &hw_pidx, &hw_cidx); in cxgb4_sync_txq_pidx() 2231 if (pidx != hw_pidx) { in cxgb4_sync_txq_pidx() 2235 if (pidx >= hw_pidx) in cxgb4_sync_txq_pidx() 2236 delta = pidx - hw_pidx; in cxgb4_sync_txq_pidx() 2238 delta = size - hw_pidx + pidx; in cxgb4_sync_txq_pidx() 2512 u16 hw_pidx, hw_cidx; in sync_txq_pidx() local 2519 if (q->db_pidx != hw_pidx) { in sync_txq_pidx() 2523 if (q->db_pidx >= hw_pidx) in sync_txq_pidx() 2524 delta = q->db_pidx - hw_pidx; in sync_txq_pidx() [all …]
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | init.c | 590 struct hfi1_devdata *dd, u8 hw_pidx, u32 port) in hfi1_init_pportdata() argument 597 ppd->hw_pidx = hw_pidx; in hfi1_init_pportdata()
|
| H A D | hfi.h | 815 u8 hw_pidx; /* physical port index */ member 1431 struct hfi1_devdata *dd, u8 hw_pidx, u32 port);
|