Searched refs:t3_wait_op_done_val (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 646 int t3_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, 651 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts, in t3_wait_op_done()
|
H A D | t3_hw.c | 40 * t3_wait_op_done_val - wait until an operation is completed 55 int t3_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, in t3_wait_op_done_val() function 2504 if (t3_wait_op_done_val(adapter, A_SG_CONTEXT_CMD, F_CONTEXT_CMD_BUSY, in t3_sge_cqcntxt_op()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 646 int t3_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, 651 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts, in t3_wait_op_done()
|
H A D | t3_hw.c | 41 * t3_wait_op_done_val - wait until an operation is completed 56 int t3_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, in t3_wait_op_done_val() function 2439 if (t3_wait_op_done_val(adapter, A_SG_CONTEXT_CMD, F_CONTEXT_CMD_BUSY, in t3_sge_cqcntxt_op()
|
Completed in 20 milliseconds