Searched refs:rx_tx (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2610 struct ice_sw_rule_lkup_rx_tx *rx_tx; local
2633 rules_size = lg_act_size + ICE_SW_RULE_RX_TX_ETH_HDR_SIZE(rx_tx);
2638 rx_tx = (typeof(rx_tx))((u8 *)lg_act + lg_act_size);
2673 ice_fill_sw_rule(hw, &m_ent->fltr_info, rx_tx,
2679 rx_tx->act = cpu_to_le32(act);
2685 rx_tx->index = cpu_to_le16(m_ent->fltr_info.fltr_rule_id);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1066 const u8 rx_tx, struct __qlcnic_esw_statistics *esw_stats) {
1092 arg1 |= rx_tx << 15 | stats_size << 16;
1191 const u8 rx_tx, struct __qlcnic_esw_statistics *esw_stats) {
1220 rx_tx, &port_stats))
1245 const u8 port, const u8 rx_tx)
1265 if (rx_tx > QLCNIC_QUERY_TX_COUNTER)
1269 arg1 |= BIT_14 | rx_tx << 15;
1284 func_esw, port, rx_tx);
1065 qlcnic_get_port_stats(struct qlcnic_adapter *adapter, const u8 func, const u8 rx_tx, struct __qlcnic_esw_statistics *esw_stats) argument
1190 qlcnic_get_eswitch_stats(struct qlcnic_adapter *adapter, const u8 eswitch, const u8 rx_tx, struct __qlcnic_esw_statistics *esw_stats) argument
1244 qlcnic_clear_esw_stats(struct qlcnic_adapter *adapter, const u8 func_esw, const u8 port, const u8 rx_tx) argument

Completed in 150 milliseconds