Searched refs:rx_type (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/can/usb/etas_es58x/
H A Des581_4.h108 u8 rx_type; /* type enum es581_4_rx_type */ member in struct:es581_4_rx_can_msg
118 __le16 rx_type; /* type enum es581_4_rx_type */ member in struct:es581_4_rx_err_msg
131 __le16 rx_type; /* type enum es581_4_rx_type */ member in struct:es581_4_rx_event_msg
H A Des581_4.c232 enum es581_4_rx_type rx_type = es581_4_urb_cmd->rx_can_msg[0].rx_type; local
235 switch (rx_type) {
256 dev_err(dev, "%s: Unknown rx_type 0x%02X\n", __func__, rx_type);
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpci_maxim_core.c131 enum tcpm_transmit_type rx_type; local
149 rx_type = TCPC_TX_SOP_PRIME;
152 rx_type = TCPC_TX_SOP;
155 rx_type = TCPC_TX_SOP;
200 tcpm_pd_receive(chip->port, &msg, rx_type);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c171 enum qed_ptp_filter_type rx_type,
178 switch (rx_type) {
220 DP_INFO(p_hwfn, "Invalid PTP filter type %d\n", rx_type);
170 qed_ptp_hw_cfg_filters(struct qed_dev *cdev, enum qed_ptp_filter_type rx_type, enum qed_ptp_hwtstamp_tx_type tx_type) argument
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h72 cpdma_handler_fn handler, int rx_type);
H A Ddavinci_cpdma.c877 cpdma_handler_fn handler, int rx_type)
883 chan_num = rx_type ? rx_chan_num(chan_num) : tx_chan_num(chan_num);
876 cpdma_chan_create(struct cpdma_ctlr *ctlr, int chan_num, cpdma_handler_fn handler, int rx_type) argument
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1276 rx_type(wqe), wqe->wr_status);
1278 siw_wqe_put_mem(wqe, rx_type(wqe));
1280 if (rx_type(wqe) == SIW_OP_RECEIVE) {
1283 } else if (rx_type(wqe) != SIW_OP_READ &&
1284 rx_type(wqe) != SIW_OP_READ_RESPONSE &&
1285 rx_type(wqe) != SIW_OP_WRITE) {
1293 siw_wqe_put_mem(wqe, rx_type(wqe));
H A Dsiw_qp_rx.c358 rx_type(wqe) = SIW_OP_RECEIVE;
579 rx_type(wqe) = SIW_OP_WRITE;
1262 rx_type(wqe) == SIW_OP_READ_LOCAL_INV) {
H A Dsiw.h477 #define rx_type(wqe) ((wqe)->rqe.opcode) macro
/linux-master/drivers/media/rc/
H A Dlirc_dev.c719 const char *rx_type, *tx_type; local
746 rx_type = "scancode";
749 rx_type = "raw IR";
752 rx_type = "no";
762 dev->driver_name, minor, rx_type, tx_type);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c814 enum bna_rx_type rx_type = \
819 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \
827 enum bna_rx_type rx_type = \
836 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
849 enum bna_rx_type rx_type = \
852 bna_rx_mod_start(&(enet)->bna->rx_mod, rx_type); \
857 enum bna_rx_type rx_type = \
862 bna_rx_mod_stop(&(enet)->bna->rx_mod, rx_type); \
H A Dbna_types.h665 enum bna_rx_type rx_type; member in struct:bna_rx_config
H A Dbna_tx_rx.c2307 rx = bna_rx_get(rx_mod, rx_cfg->rx_type);
H A Dbnad.c2027 rx_config->rx_type = BNA_RX_T_REGULAR;

Completed in 192 milliseconds