Lines Matching refs: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) in remove_from_tx_queue() argument
277 if (error_code) { in remove_from_tx_queue()
279 error_code, NULL); in remove_from_tx_queue()
282 error_code, NULL); in remove_from_tx_queue()
845 int error_code, struct r3964_block_header *pBlock) in add_msg() argument
854 error_code ? GFP_ATOMIC : GFP_KERNEL); in add_msg()
864 pMsg->error_code = error_code; in add_msg()
883 && (pClient->last_msg->error_code == R3964_OVERFLOW)) { in add_msg()
889 error_code = R3964_OVERFLOW; in add_msg()
1107 theMsg.error_code = pMsg->error_code; in r3964_read()