Home
last modified time | relevance | path

Searched refs:is_new_response (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2281 * is_new_response - check if a response is newly written
2288 static inline int is_new_response(const struct rsp_desc *r, in is_new_response() function
2336 while (likely(budget_left && is_new_response(r, q))) { in process_responses()
2555 if (!is_new_response(r, q)) in process_pure_responses()
2567 return is_new_response(r, q); in process_pure_responses()
2590 if (!is_new_response(r, q)) in handle_responses()
2680 is_new_response(&q->desc[q->cidx], q)) { in rspq_check_napi()
2741 w0 = is_new_response(&q0->desc[q0->cidx], q0); in t3_intr()
2743 is_new_response(&q1->desc[q1->cidx], q1); in t3_intr()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2279 * is_new_response - check if a response is newly written
2286 static inline int is_new_response(const struct rsp_desc *r, in is_new_response() function
2334 while (likely(budget_left && is_new_response(r, q))) { in process_responses()
2553 if (!is_new_response(r, q)) in process_pure_responses()
2565 return is_new_response(r, q); in process_pure_responses()
2588 if (!is_new_response(r, q)) in handle_responses()
2678 is_new_response(&q->desc[q->cidx], q)) { in rspq_check_napi()
2739 w0 = is_new_response(&q0->desc[q0->cidx], q0); in t3_intr()
2741 is_new_response(&q1->desc[q1->cidx], q1); in t3_intr()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1678 * is_new_response - check if a response is newly written
1685 static inline bool is_new_response(const struct rsp_ctrl *rc, in is_new_response() function
1769 if (!is_new_response(rc, rspq)) in process_responses()
1955 if (!is_new_response(rc, intrq)) in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1675 * is_new_response - check if a response is newly written
1682 static inline bool is_new_response(const struct rsp_ctrl *rc, in is_new_response() function
1766 if (!is_new_response(rc, rspq)) in process_responses()
1952 if (!is_new_response(rc, intrq)) in process_intrq()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3822 * is_new_response - check if a response is newly written
3829 static inline bool is_new_response(const struct rsp_ctrl *r, in is_new_response() function
3875 if (!is_new_response(rc, q)) { in process_responses()
4144 if (!is_new_response(rc, q)) in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3847 * is_new_response - check if a response is newly written
3854 static inline bool is_new_response(const struct rsp_ctrl *r, in is_new_response() function
3900 if (!is_new_response(rc, q)) { in process_responses()
4169 if (!is_new_response(rc, q)) in process_intrq()

Completed in 27 milliseconds