Searched refs:wrb_index (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/scsi/be2iscsi/ |
D | be_main.c | 1237 uint16_t wrb_index, cid, cri_index; in hwi_complete_drvr_msgs() local 1245 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe, in hwi_complete_drvr_msgs() 1250 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe_v2, in hwi_complete_drvr_msgs() 1258 pwrb_handle = pwrb_context->pwrb_handle_basestd[wrb_index]; in hwi_complete_drvr_msgs() 1298 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1299 wrb_index, psol); in adapter_get_sol_cqe() 1315 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe_v2, in adapter_get_sol_cqe() 1316 wrb_index, psol); in adapter_get_sol_cqe() 1363 csol_cqe.wrb_index]; in hwi_complete_cmd() 1406 csol_cqe.wrb_index, in hwi_complete_cmd() [all …]
|
D | be_mgmt.c | 1322 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1330 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1335 pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1371 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2() 1376 pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2() 1380 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2()
|
D | be_cmds.h | 994 u8 wrb_index[8]; /* dword 2 */ member 1019 u8 wrb_index[16]; /* dword 0 */ member 1036 u16 wrb_index; member
|
D | be_main.h | 989 unsigned short wrb_index; member
|
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_hw.h | 270 u8 wrb_index[16]; /* dword 0 */ member
|
D | be_main.c | 2722 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
|