Searched refs:tid_out_of_range (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 172 static inline bool tid_out_of_range(const struct tid_info *t, unsigned int tid) in tid_out_of_range() function
|
H A D | cxgb4_filter.c | 368 if (tid_out_of_range(&adapter->tids, fidx)) in get_filter_count() 1752 if (tid_out_of_range(t, filter_id)) in cxgb4_del_hash_filter()
|
H A D | cxgb4_main.c | 1803 WARN_ON(tid_out_of_range(&adap->tids, tid)); in cxgb4_remove_tid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 172 static inline bool tid_out_of_range(const struct tid_info *t, unsigned int tid) in tid_out_of_range() function
|
H A D | cxgb4_filter.c | 368 if (tid_out_of_range(&adapter->tids, fidx)) in get_filter_count() 1752 if (tid_out_of_range(t, filter_id)) in cxgb4_del_hash_filter()
|
H A D | cxgb4_main.c | 1802 WARN_ON(tid_out_of_range(&adap->tids, tid)); in cxgb4_remove_tid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1445 if (unlikely(tid_out_of_range(cdev->tids, tid))) { in chtls_pass_accept_req()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1445 if (unlikely(tid_out_of_range(cdev->tids, tid))) { in chtls_pass_accept_req()
|
Completed in 29 milliseconds