Home
last modified time | relevance | path

Searched refs:cid_index (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_sp.c5108 uint8_t cid_index = tx_only_params->cid_index; in ecore_q_send_setup_tx_only() local
5114 if (cid_index >= o->max_cos) { in ecore_q_send_setup_tx_only()
5116 o->cl_id, cid_index); in ecore_q_send_setup_tx_only()
5131 o->cids[cid_index], rdata->general.client_id, in ecore_q_send_setup_tx_only()
5140 return ecore_sp_post(sc, ramrod, o->cids[cid_index], in ecore_q_send_setup_tx_only()
5235 uint8_t cid_index = update_params->cid_index; in ecore_q_send_update() local
5237 if (cid_index >= o->max_cos) { in ecore_q_send_update()
5239 o->cl_id, cid_index); in ecore_q_send_update()
5256 o->cids[cid_index], data_mapping, in ecore_q_send_update()
5384 uint8_t cid_idx = params->params.cfc_del.cid_index; in ecore_q_send_cfc_del()
[all …]
H A Dbxe.c3906 q_params.params.terminate.cid_index = FIRST_TX_COS_INDEX; in bxe_stop_queue()
3915 q_params.params.cfc_del.cid_index = FIRST_TX_COS_INDEX; in bxe_stop_queue()