Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_core.h190 #define QETH_IQD_MCAST_TXQ 0 macro
914 if (txq == QETH_IQD_MCAST_TXQ) in qeth_iqd_translate_txq()
917 return QETH_IQD_MCAST_TXQ; in qeth_iqd_translate_txq()
925 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.c7004 return QETH_IQD_MCAST_TXQ; in qeth_iqd_select_queue()
7009 return (txq == QETH_IQD_MCAST_TXQ) ? QETH_IQD_MIN_UCAST_TXQ : txq; in qeth_iqd_select_queue()