Searched refs:wrb_index (Results 1 - 6 of 6) sorted by relevance
/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 1214 pwrb_handle->nxt_wrb_index = pwrb_handle_tmp->wrb_index; 1423 uint16_t wrb_index, cid, cri_index; local 1427 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe, 1432 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe_v2, 1440 pwrb_handle = pwrb_context->pwrb_handle_basestd[wrb_index]; 1479 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe, 1480 wrb_index, psol); 1496 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe_v2, 1497 wrb_index, psol); 1545 csol_cqe.wrb_index]; [all...] |
H A D | be_cmds.h | 898 u8 wrb_index[8]; /* dword 2 */ member in struct:amap_sol_cqe 923 u8 wrb_index[16]; /* dword 0 */ member in struct:amap_sol_cqe_v2 940 u16 wrb_index; member in struct:common_sol_cqe
|
H A D | be_mgmt.c | 1612 pwrb, pwrb_handle->wrb_index); 1657 pwrb, pwrb_handle->wrb_index);
|
H A D | be_main.h | 1042 unsigned short wrb_index; member in struct:wrb_handle
|
/drivers/net/ethernet/emulex/benet/ |
H A D | be_hw.h | 336 u8 wrb_index[16]; /* dword 0 */ member in struct:amap_eth_tx_compl
|
H A D | be_main.c | 2087 end_idx = GET_TX_COMPL_BITS(wrb_index, txcp); 2486 last_idx = GET_TX_COMPL_BITS(wrb_index, txcp);
|
Completed in 90 milliseconds