/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_init.c | 286 u32 rsp_status; in ath9k_regwrite_multi() local 292 (u8 *) &rsp_status, sizeof(rsp_status), in ath9k_regwrite_multi() 389 u32 rsp_status; in ath9k_reg_rmw_buffer() local 409 (u8 *) &rsp_status, sizeof(rsp_status), in ath9k_reg_rmw_buffer() 427 u32 rsp_status; in ath9k_reg_rmw_flush() local 441 (u8 *) &rsp_status, sizeof(rsp_status), in ath9k_reg_rmw_flush()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_init.c | 286 u32 rsp_status; in ath9k_regwrite_multi() local 292 (u8 *) &rsp_status, sizeof(rsp_status), in ath9k_regwrite_multi() 389 u32 rsp_status; in ath9k_reg_rmw_buffer() local 409 (u8 *) &rsp_status, sizeof(rsp_status), in ath9k_reg_rmw_buffer() 427 u32 rsp_status; in ath9k_reg_rmw_flush() local 441 (u8 *) &rsp_status, sizeof(rsp_status), in ath9k_reg_rmw_flush()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.c | 39 u8 rsp_status; /* command response status */ member 455 ctx->rsp_status = rsp_common->ret; in fun_admin_cmd_sync_cb() 502 if (ctx.rsp_status) { in fun_submit_admin_sync_cmd() 504 ctx.rsp_status, cmdlen, cmd); in fun_submit_admin_sync_cmd() 507 return -ctx.rsp_status; in fun_submit_admin_sync_cmd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 496 mbx->rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_notify_mbx_response() 502 u32 resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_poll_process_aen() local 515 if (mbx->rsp_status != rsp_status) in qlcnic_83xx_poll_process_aen() 834 if (atomic_read(&cmd->rsp_status) == in qlcnic_83xx_poll_for_mbx_completion() 1015 u32 resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_process_aen() local 1027 if (mbx->rsp_status != rsp_status) in qlcnic_83xx_process_aen() 2348 u32 mask, resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_handle_aen() local 2363 if (mbx->rsp_status ! in qlcnic_83xx_handle_aen() [all...] |
H A D | qlcnic.h | 1095 u32 rsp_status; member 1524 atomic_t rsp_status; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 495 mbx->rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_notify_mbx_response() 501 u32 resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_poll_process_aen() local 514 if (mbx->rsp_status != rsp_status) in qlcnic_83xx_poll_process_aen() 833 if (atomic_read(&cmd->rsp_status) == in qlcnic_83xx_poll_for_mbx_completion() 1014 u32 resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_process_aen() local 1026 if (mbx->rsp_status != rsp_status) in qlcnic_83xx_process_aen() 2347 u32 mask, resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_handle_aen() local 2362 if (mbx->rsp_status ! in qlcnic_83xx_handle_aen() [all...] |
H A D | qlcnic.h | 1095 u32 rsp_status; member 1524 atomic_t rsp_status; member
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_svc.h | 189 u8 rsp_status; /* comp: rsp status */ member
|
H A D | bfa_svc.c | 529 fcxp->rsp_status = BFA_STATUS_IOC_FAILURE; in bfa_fcxp_iocdisable() 664 fcxp->rsp_status, fcxp->rsp_len, in __bfa_fcxp_send_cbfn() 708 fcxp->rsp_status = fcxp_rsp->req_status; in hal_fcxp_send_comp()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_svc.h | 189 u8 rsp_status; /* comp: rsp status */ member
|
H A D | bfa_svc.c | 523 fcxp->rsp_status = BFA_STATUS_IOC_FAILURE; in bfa_fcxp_iocdisable() 658 fcxp->rsp_status, fcxp->rsp_len, in __bfa_fcxp_send_cbfn() 702 fcxp->rsp_status = fcxp_rsp->req_status; in hal_fcxp_send_comp()
|