Searched refs:rsp_status (Results 1 – 4 of 4) sorted by relevance
| /linux/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()
|
| /linux/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()
|
| /linux/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() 2349 u32 mask, resp, event, rsp_status = QLC_83XX_MBX_RESPONSE_ARRIVED; in qlcnic_83xx_handle_aen() local 2364 if (mbx->rsp_status != rsp_status) in qlcnic_83xx_handle_aen() 3884 atomic_set(&cmd->rsp_status, QLC_83XX_MBX_RESPONSE_ARRIVED); in qlcnic_83xx_notify_cmd_completion() 4013 atomic_set(&cmd->rsp_status, QLC_83XX_MBX_RESPONSE_WAIT); in qlcnic_83xx_enqueue_mbx_cmd() [all …]
|
| H A D | qlcnic.h | 1095 u32 rsp_status; member 1524 atomic_t rsp_status; member
|