Lines Matching refs:error_code
113 static void remove_from_tx_queue(struct r3964_info *pInfo, int error_code);
125 int error_code, struct r3964_block_header *pBlock);
250 static void remove_from_tx_queue(struct r3964_info *pInfo, int error_code) in remove_from_tx_queue() argument
272 if (error_code) { in remove_from_tx_queue()
274 error_code, NULL); in remove_from_tx_queue()
277 error_code, NULL); in remove_from_tx_queue()
840 int error_code, struct r3964_block_header *pBlock) in add_msg() argument
849 error_code ? GFP_ATOMIC : GFP_KERNEL); in add_msg()
859 pMsg->error_code = error_code; in add_msg()
878 && (pClient->last_msg->error_code == R3964_OVERFLOW)) { in add_msg()
884 error_code = R3964_OVERFLOW; in add_msg()
1102 theMsg.error_code = pMsg->error_code; in r3964_read()