Home
last modified time | relevance | path

Searched refs:wrb_index (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c1237 uint16_t wrb_index, cid, cri_index; in hwi_complete_drvr_msgs() local
1299 wrb_index, psol); 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()
2679 pwrb_handle->wrb_index = j; in beiscsi_init_wrb_handle()
4484 wrb_index << 16) | (unsigned int) in beiscsi_alloc_pdu()
4544 io_task->pwrb_handle->wrb_index); in beiscsi_iotask_v2()
4552 io_task->pwrb_handle->wrb_index); in beiscsi_iotask_v2()
4604 io_task->pwrb_handle->wrb_index); in beiscsi_iotask()
[all …]
H A Dbe_mgmt.c1322 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()
H A Dbe_cmds.h994 u8 wrb_index[8]; /* dword 2 */ member
1019 u8 wrb_index[16]; /* dword 0 */ member
1036 u16 wrb_index; member
H A Dbe_main.h988 unsigned short wrb_index; member
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h270 u8 wrb_index[16]; /* dword 0 */ member
H A Dbe_main.c2724 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()