Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/net/
Dqeth_core.h190 #define QETH_IQD_MCAST_TXQ 0 macro
915 if (txq == QETH_IQD_MCAST_TXQ) in qeth_iqd_translate_txq()
918 return QETH_IQD_MCAST_TXQ; in qeth_iqd_translate_txq()
926 QETH_IQD_MCAST_TXQ; in qeth_iqd_is_mcast_queue()
Dqeth_l3_main.c1688 if (IS_IQD(card) && skb_get_queue_mapping(skb) != QETH_IQD_MCAST_TXQ) in qeth_l3_fill_header()
Dqeth_core_main.c6988 return QETH_IQD_MCAST_TXQ; in qeth_iqd_select_queue()
6993 return (txq == QETH_IQD_MCAST_TXQ) ? QETH_IQD_MIN_UCAST_TXQ : txq; in qeth_iqd_select_queue()