Home
last modified time | relevance | path

Searched refs:QETH_IQD_MCAST_TXQ (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/s390/net/
Dqeth_core.h190 #define QETH_IQD_MCAST_TXQ 0 macro
905 if (txq == QETH_IQD_MCAST_TXQ) in qeth_iqd_translate_txq()
908 return QETH_IQD_MCAST_TXQ; in qeth_iqd_translate_txq()
916 QETH_IQD_MCAST_TXQ; in qeth_iqd_is_mcast_queue()
Dqeth_l3_main.c1662 if (IS_IQD(card) && skb_get_queue_mapping(skb) != QETH_IQD_MCAST_TXQ) in qeth_l3_fill_header()
Dqeth_core_main.c6994 return QETH_IQD_MCAST_TXQ; in qeth_iqd_select_queue()
6999 return (txq == QETH_IQD_MCAST_TXQ) ? QETH_IQD_MIN_UCAST_TXQ : txq; in qeth_iqd_select_queue()