Lines Matching defs:packet

108 	__u64 sps_txerrs; /* tx-related packet errors */
109 __u64 sps_rcverrs; /* non-crc rcv packet errors */
162 typedef void (*rhf_rcv_function_ptr)(struct hfi1_packet *packet);
207 /* receive packet sequence counter */
327 * Represents a single packet at a high level. Put commonly computed things in
788 * Current max size IB packet (in bytes) including IB headers, that
831 /* placeholders for IB MAD packet settings */
935 typedef void (*opcode_handler)(struct hfi1_packet *packet);
944 #define RHF_RCV_DONE 1 /* stop, this packet processed */
945 #define RHF_RCV_REPROCESS 2 /* stop. retain this packet */
1284 /* Software counter that aggregates all bypass packet rcv errors */
1454 /* receive packet handler dispositions */
1530 * return true if last packet
1542 * Returns: true if the this was the last packet
1670 * Returns the number of 'fabric clock cycles' to egress a packet
1943 * @pkt: the packet to be evaluated
1945 * Check whether the FECN or BECN bits in the packet's header are
1946 * enabled, depending on packet type.
2042 /* waiting for a packet to arrive */
2044 /* waiting for an urgent packet to arrive */
2181 void handle_eflags(struct hfi1_packet *packet);
2410 * In some cases, the first packet needs to be dropped.
2412 * Return true is the current packet needs to be dropped and false otherwise.
2551 * If there was an incoming 16B packet with permissive
2553 * packets were received. A 16B packet will have to
2554 * be sent in response to that packet. Return a 16B
2571 static inline void hfi1_make_ext_grh(struct hfi1_packet *packet,
2575 struct hfi1_ibport *ibp = &packet->rcd->ppd->ibport_data;