Lines Matching refs:protocol
135 unsigned char protocol:3; member
143 unsigned char protocol:3; member
298 unsigned char protocol; member
338 unsigned int protocol; member
350 switch (hdr->protocol) { in data_type()
477 pkt.hdr_first.protocol = packet->protocol; in do_send_packet()
619 unsigned int protocol, in queue_received_packet() argument
638 if (protocol == TL_PROTOCOLID_COM_DATA) { in queue_received_packet()
652 (*assem)->protocol = protocol; in queue_received_packet()
676 packet->protocol = protocol; in queue_received_packet()
723 if (packet->protocol == TL_PROTOCOLID_COM_DATA) { in ipw_receive_data_work()
814 unsigned int protocol = packet->hdr.protocol; in handle_received_packet() local
828 switch (protocol) { in handle_received_packet()
831 queue_received_packet(hw, protocol, address, data, data_len, in handle_received_packet()
1252 unsigned char protocol) in alloc_data_packet() argument
1263 packet->protocol = protocol; in alloc_data_packet()
1271 unsigned char protocol, in alloc_ctrl_packet() argument
1286 packet->header.protocol = protocol; in alloc_ctrl_packet()