Searched refs:AMAP_GET_BITS (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_main.c | 1425 wrb_index = AMAP_GET_BITS(struct amap_it_dmsg_cqe, in hwi_complete_drvr_msgs() 1427 cid = 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() 1432 cid = AMAP_GET_BITS(struct amap_it_dmsg_cqe_v2, in hwi_complete_drvr_msgs() 1471 csol_cqe->exp_cmdsn = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1473 csol_cqe->res_cnt = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1475 csol_cqe->cmd_wnd = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1477 csol_cqe->wrb_index = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1479 csol_cqe->cid = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() 1481 csol_cqe->hw_sts = AMAP_GET_BITS(struct amap_sol_cqe, in adapter_get_sol_cqe() [all …]
|
D | be.h | 191 #define AMAP_GET_BITS(_struct, field, ptr) \ macro
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be.h | 711 #define AMAP_GET_BITS(_struct, field, ptr) \ macro 718 AMAP_GET_BITS(struct amap_eth_rx_compl_v0, field, ptr) 721 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, field, ptr) 724 AMAP_GET_BITS(struct amap_eth_tx_compl, field, ptr)
|
D | be_cmds.c | 3246 vid = AMAP_GET_BITS(struct amap_get_hsw_resp_context, in be_cmd_get_hsw_config() 3251 *mode = AMAP_GET_BITS(struct amap_get_hsw_resp_context, in be_cmd_get_hsw_config()
|