Searched refs:sb_index (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-scrub.c78 static int sb_index = -1;
120 int sb_index;
156 saved->sb_index = sb_index;
167 sb_index = -1;
190 sb_index = saved->sb_index;
288 sb_index = 1;
307 if (sb_index >= 0)
309 if (sb_index >
77 static int sb_index = -1; variable
119 int sb_index; member in struct:input_save
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h298 u8 sb_index; member in struct:vfpf_start_rxq_tlv
315 u8 sb_index; member in struct:vfpf_start_txq_tlv
H A Decore_sp_commands.c331 u8 sb_index = p_hwfn->p_eq->eq_sb_index; local
358 p_ramrod->event_ring_sb_index = sb_index;
445 sb, sb_index, p_ramrod->outer_tag_config.outer_tag.tpid,
H A Decore_hsi_common.h331 u8 sb_index /* index of the protocol index */; member in struct:core_rx_start_ramrod_data
434 u8 sb_index /* Status block protocol index */; member in struct:core_tx_start_ramrod_data
2183 __le16 sb_index /* status block running index */; member in struct:atten_status_block
H A Decore_int.c811 index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index);
1172 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index);
1175 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index));
1176 p_sb_attn->sb_index = index;
H A Decore_vf.c854 req->sb_index = p_cid->sb_idx;
976 req->sb_index = p_cid->sb_idx;
H A Decore_l2.c958 p_ramrod->sb_index = p_cid->sb_idx;
1238 p_ramrod->sb_index = p_cid->sb_idx;
H A Decore_hsi_eth.h1537 u8 sb_index /* index of the protocol index */; member in struct:rx_queue_start_ramrod_data
1639 u8 sb_index /* Status block protocol index */; member in struct:tx_queue_start_ramrod_data
H A Decore_hsi_rdma.h507 u8 sb_index /* Status block index used by the queue */; member in struct:rdma_cnq_params
H A Decore_sriov.c2384 params.sb_idx = req->sb_index;
2658 params.sb_idx = req->sb_index;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c1754 uint8_t sb_index,
1759 CSTORM_STATUS_BLOCK_DATA_TIMEOUT_OFFSET(fw_sb_id, sb_index));
1764 "port %d fw_sb_id %d sb_index %d ticks %d\n",
1765 port, fw_sb_id, sb_index, ticks);
1772 uint8_t sb_index,
1779 CSTORM_STATUS_BLOCK_DATA_FLAGS_OFFSET(fw_sb_id, sb_index));
1789 "port %d fw_sb_id %d sb_index %d disable %d\n",
1790 port, fw_sb_id, sb_index, disable);
1796 uint8_t sb_index,
1803 bxe_storm_memset_hc_timeout(sc, port, fw_sb_id, sb_index, tick
1751 bxe_storm_memset_hc_timeout(struct bxe_softc *sc, uint8_t port, uint8_t fw_sb_id, uint8_t sb_index, uint8_t ticks) argument
1769 bxe_storm_memset_hc_disable(struct bxe_softc *sc, uint8_t port, uint16_t fw_sb_id, uint8_t sb_index, uint8_t disable) argument
1794 bxe_update_coalesce_sb_index(struct bxe_softc *sc, uint8_t fw_sb_id, uint8_t sb_index, uint8_t disable, uint16_t usec) argument
[all...]
H A Dbxe.h2190 uint8_t sb_index, uint8_t disable,

Completed in 345 milliseconds