Searched refs:RING_CMP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 297 writel(DB_CP_FLAGS | RING_CMP(idx), (db)->doorbell) 300 writeq((db)->db_key64 | DBR_TYPE_NQ | RING_CMP(idx), (db)->doorbell) 303 writel(DB_CP_REARM_FLAGS | RING_CMP(idx), (db)->doorbell) 306 writeq((db)->db_key64 | DBR_TYPE_NQ_ARM | RING_CMP(idx), (db)->doorbell) 327 writeq(db->db_key64 | DBR_TYPE_CQ_ARMALL | RING_CMP(idx), in bnxt_db_cq() 891 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg() 1123 last = RING_CMP(*raw_cons); in bnxt_agg_bufs_valid() 1583 idx = RING_CMP(*raw_cons); in bnxt_tpa_end() 1722 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() 1743 cp_cons = RING_CMP(tmp_raw_con in bnxt_rx_pkt() [all...] |
H A D | bnxt.h | 658 #define RING_CMP(idx) ((idx) & bp->cp_ring_mask) macro 659 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
|
H A D | bnxt_ethtool.c | 3191 cp_cons = RING_CMP(raw_cons); in bnxt_rx_loopback() 3222 cons = RING_CMP(raw_cons); in bnxt_poll_loopback()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 258 writel(DB_CP_FLAGS | RING_CMP(idx), (db)->doorbell) 261 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ | RING_CMP(idx), \ 265 writel(DB_CP_REARM_FLAGS | RING_CMP(idx), (db)->doorbell) 268 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ_ARM | RING_CMP(idx),\ 291 RING_CMP(idx), db->doorbell); in bnxt_db_cq() 905 cp_cons = RING_CMP(ADV_RAW_CMP(cp_cons, curr)); in bnxt_get_agg() 1206 last = RING_CMP(*raw_cons); in bnxt_agg_bufs_valid() 1634 idx = RING_CMP(*raw_cons); in bnxt_tpa_end() 1794 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() 1818 cp_cons = RING_CMP(tmp_raw_con in bnxt_rx_pkt() [all...] |
H A D | bnxt.h | 702 #define RING_CMP(idx) ((idx) & bp->cp_ring_mask) macro 703 #define NEXT_CMP(idx) RING_CMP(ADV_RAW_CMP(idx, 1))
|
H A D | bnxt_ethtool.c | 3565 cp_cons = RING_CMP(raw_cons); in bnxt_rx_loopback() 3596 cons = RING_CMP(raw_cons); in bnxt_poll_loopback()
|
Completed in 38 milliseconds