Home
last modified time | relevance | path

Searched refs:tx_only (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/media/lirc/
Dlirc_zilog.c162 static bool tx_only; /* only handle the IR Tx function */ variable
1460 else if (tx_only) /* module option */ in ir_probe()
1544 if (rx == NULL && !tx_only) { in ir_probe()
1685 module_param(tx_only, bool, 0644);
1686 MODULE_PARM_DESC(tx_only, "Only handle the IR transmit function");
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h960 struct bnx2x_queue_setup_tx_only_params tx_only; member
Dbnx2x_sp.c4530 &cmd_params->params.tx_only.gen_params, in bnx2x_q_fill_setup_tx_only()
4532 &cmd_params->params.tx_only.flags); in bnx2x_q_fill_setup_tx_only()
4535 &cmd_params->params.tx_only.txq_params, in bnx2x_q_fill_setup_tx_only()
4537 &cmd_params->params.tx_only.flags); in bnx2x_q_fill_setup_tx_only()
4669 &params->params.tx_only; in bnx2x_q_send_setup_tx_only()
Dbnx2x_main.c7468 &q_params.params.tx_only; in bnx2x_setup_queue()