Searched refs:wrb_index (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_main.c | 1212 pwrb_handle->nxt_wrb_index = pwrb_handle_tmp->wrb_index; in alloc_wrb_handle() 1421 uint16_t wrb_index, cid, cri_index; in hwi_complete_drvr_msgs() local 1425 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe, in hwi_complete_drvr_msgs() 1430 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe_v2, in hwi_complete_drvr_msgs() 1438 pwrb_handle = pwrb_context->pwrb_handle_basestd[wrb_index]; in hwi_complete_drvr_msgs() 1477 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1478 wrb_index, psol); in adapter_get_sol_cqe() 1494 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe_v2, in adapter_get_sol_cqe() 1495 wrb_index, psol); in adapter_get_sol_cqe() 1543 csol_cqe.wrb_index]; in hwi_complete_cmd() [all …]
|
D | be_cmds.h | 898 u8 wrb_index[8]; /* dword 2 */ member 923 u8 wrb_index[16]; /* dword 0 */ member 940 u16 wrb_index; member
|
D | be_main.h | 1042 unsigned short wrb_index; member
|
D | be_mgmt.c | 1612 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1657 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_hw.h | 253 u8 wrb_index[16]; /* dword 0 */ member
|
D | be_main.c | 2149 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
|