Lines Matching refs:status
53 * struct usb4_switch_nvm_auth - Holds USB4 NVM_AUTH status
1861 * Read link status of both null ports belonging to a single
2101 * from ICM to get updated status.
2197 tb_dbg(tb, "NVM_AUTH response for %llx flags %#x status %#x\n",
2199 auth->reply.hdr.flags, auth->reply.status);
2259 u8 *status, const void *tx_data, size_t tx_data_len,
2308 if (status)
2309 *status = reply.status;
2321 u32 *status)
2336 tb_dbg(tb, "NVM_AUTH found for %llx flags %#x status %#x\n",
2337 tb_route(sw), auth->reply.hdr.flags, auth->reply.status);
2341 *status = auth->reply.status;
2343 *status = 0;