Searched defs:tx_only (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/media/lirc/
H A Dlirc_zilog.c159 static bool tx_only; /* only handle the IR Tx function */ variable
1450 else if (tx_only) /* module option */
1534 if (rx == NULL && !tx_only) {
1675 module_param(tx_only, bool, 0644);
1676 MODULE_PARM_DESC(tx_only, "Only handle the IR transmit function");
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h846 /* index within the tx_only cids of this queue object */
851 /* index within the tx_only cids of this queue object */
860 /* index within the tx_only cids of this queue object */
942 /* index within the tx_only cids of this queue object */
960 struct bnx2x_queue_setup_tx_only_params tx_only; member in union:bnx2x_queue_state_params::__anon1970

Completed in 64 milliseconds