Lines Matching defs:response
3603 "successful Association response Tx's"),
3607 "successful Reassociation response Tx's"),
3656 IPW2100_ORD(STAT_RX_ASSN_RESP, "Association response Rx's"),
3659 "Reassociation response Rx's"),
3661 IPW2100_ORD(STAT_RX_PROBE_RESP, "probe response Rx's"),
3704 "poll response timeouts"),
3723 "failures due to response fail"),
3731 "reassociation: no probe response or TX on hop"),
3742 "times authentication response failed"),
8499 struct symbol_alive_response response;
8577 /* Get Symbol alive response */
8579 /* Read alive response structure */
8582 read_nic_word(dev, 0x210004, ((u16 *) & response) + j);
8584 if ((response.cmd_id == 1) && (response.ucode_valid == 0x1))
8591 ": %s: No response from Symbol - hw not alive\n",
8593 printk_buf(IPW_DL_ERROR, (u8 *) & response, sizeof(response));