Lines Matching defs:error_code
111 static void remove_from_tx_queue(struct r3964_info *pInfo, int error_code);
123 int error_code, struct r3964_block_header *pBlock);
255 static void remove_from_tx_queue(struct r3964_info *pInfo, int error_code)
277 if (error_code) {
279 error_code, NULL);
282 error_code, NULL);
844 int error_code, struct r3964_block_header *pBlock)
853 error_code ? GFP_ATOMIC : GFP_KERNEL);
863 pMsg->error_code = error_code;
882 && (pClient->last_msg->error_code == R3964_OVERFLOW)) {
888 error_code = R3964_OVERFLOW;
1107 theMsg.error_code = pMsg->error_code;