Searched refs:is_offload (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c735 int min_tids = is_offload(adap) ? MC5_MIN_TIDS : 0;
1288 is_offload(adap) && init_tp_parity(adap) == 0)
1428 if (is_offload(adapter) && !ofld_disable) {
2368 if (!is_offload(adapter))
2396 if (!is_offload(adapter))
2411 if (!is_offload(adapter))
2448 if (!is_offload(adapter))
2900 if (is_offload(adapter) &&
2967 if (is_offload(adapter) && !ofld_disable)
3163 is_offload(ada
[all...]
H A Dcommon.h627 static inline int is_offload(const struct adapter *adap) function
H A Dt3_hw.c2507 if (is_offload(adap) || !enable)
3015 if (is_offload(adap)) {
3652 if (is_offload(adapter)) {
H A Dsge.c3096 q->fl[1].buf_size = is_offload(adapter) ?
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c737 (type != CXGB4_ULD_CRYPTO && !is_offload(adap)))
841 (type != CXGB4_ULD_CRYPTO && !is_offload(adap)))
H A Dcxgb4_main.c1893 if (is_offload(adap)) {
2455 if (is_offload(adap)) {
2477 if (is_offload(adap)) {
2559 if (is_offload(adap)) {
4245 if (is_offload(adap)) {
6125 is_offload(adapter) ? "R" : "",
6128 is_offload(adapter) ? "Offload" : "non-Offload");
6946 if (is_offload(adapter) || is_hashfilter(adapter)) {
H A Dcxgb4.h1476 static inline int is_offload(const struct adapter *adap) function
H A Dcxgb4_filter.c2148 if (is_offload(adap)) {
H A Dsge.c5019 if (is_offload(adap)) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c662 bool is_offload; local
668 is_offload = !!(ev->info & HTT_RX_IN_ORD_IND_INFO_OFFLOAD_MASK);
679 if (!is_offload && ar->monitor_arvif) {
693 if (!is_offload) {
727 bool is_offload; local
733 is_offload = !!(ev->info & HTT_RX_IN_ORD_IND_INFO_OFFLOAD_MASK);
743 if (!is_offload && ar->monitor_arvif) {
757 if (!is_offload) {

Completed in 453 milliseconds