Searched defs:cids (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4309 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX],
4323 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state);
4327 o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_tx_only);
4543 cmd_params->q_obj->cids[0],
4592 o->cids[cos], cos);
4594 bnx2x_set_ctx_validation(bp, init->cxts[cos], o->cids[cos]);
4629 return bnx2x_sp_post(bp, ramrod, o->cids[BNX2X_PRIMARY_CID_INDEX],
4658 return bnx2x_sp_post(bp, ramrod, o->cids[BNX2X_PRIMARY_CID_INDEX],
4693 o->cids[cid_index], rdata->general.client_id,
4704 return bnx2x_sp_post(bp, ramrod, o->cids[cid_inde
5162 bnx2x_init_queue_obj(struct bnx2x *bp, struct bnx2x_queue_sp_obj *obj, u8 cl_id, u32 *cids, u8 cid_cnt, u8 func_id, void *rdata, dma_addr_t rdata_mapping, unsigned long type) argument
[all...]
H A Dbnx2x_sp.h846 /* index within the tx_only cids of this queue object */
851 /* index within the tx_only cids of this queue object */
860 /* index within the tx_only cids of this queue object */
942 /* index within the tx_only cids of this queue object */
967 u32 cids[BNX2X_MULTI_TX_COS]; member in struct:bnx2x_queue_sp_obj
977 * Therefore max_cos is also a number of valid entries in the cids
1209 struct bnx2x_queue_sp_obj *obj, u8 cl_id, u32 *cids,
H A Dbnx2x_main.c5399 u32 cids[BNX2X_MULTI_TX_COS] = { 0 }; local
5426 cids[cos] = fp->txdata[cos].cid;
5429 bnx2x_init_queue_obj(bp, &fp->q_obj, fp->cl_id, cids, fp->max_cos,
7441 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX],
7442 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id,

Completed in 44 milliseconds