Lines Matching refs:extcode
740 static void fill_async_lock_resp(struct hpsb_packet *packet, int rcode, int extcode, in fill_async_lock_resp() argument
747 packet->header[3] = (length << 16) | extcode; in fill_async_lock_resp()
760 int length, rcode, extcode; in handle_incoming_packet() local
829 extcode = data[3] & 0xffff; in handle_incoming_packet()
834 if ((extcode == 0) || (extcode >= 7)) { in handle_incoming_packet()
842 data[4], 0, extcode,flags); in handle_incoming_packet()
843 fill_async_lock_resp(packet, rcode, extcode, 4); in handle_incoming_packet()
846 if ((extcode != EXTCODE_FETCH_ADD) in handle_incoming_packet()
847 && (extcode != EXTCODE_LITTLE_ADD)) { in handle_incoming_packet()
851 extcode, flags); in handle_incoming_packet()
852 fill_async_lock_resp(packet, rcode, extcode, 4); in handle_incoming_packet()
857 extcode, flags); in handle_incoming_packet()
858 fill_async_lock_resp(packet, rcode, extcode, 8); in handle_incoming_packet()
866 extcode, flags); in handle_incoming_packet()
867 fill_async_lock_resp(packet, rcode, extcode, 8); in handle_incoming_packet()
872 extcode, 0); in handle_incoming_packet()