Lines Matching refs:message

1477 		#define USTORM_FCOE_AG_CONTEXT_TX_CF                                                 (0x3<<0) /* BitField agg_vars2various aggregation variables	Set when a message was received from the Tx STORM. For future use. */
1479 #define __USTORM_FCOE_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
1496 #define USTORM_FCOE_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1512 #define USTORM_FCOE_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1515 #define USTORM_FCOE_AG_CONTEXT_TX_CF (0x3<<0) /* BitField agg_vars2various aggregation variables Set when a message was received from the Tx STORM. For future use. */
1517 #define __USTORM_FCOE_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
1621 #define USTORM_ISCSI_AG_CONTEXT_TX_CF (0x3<<0) /* BitField agg_vars2various aggregation variables Set when a message was received from the Tx STORM. For future use. */
1623 #define __USTORM_ISCSI_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
1640 #define USTORM_ISCSI_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1656 #define USTORM_ISCSI_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1659 #define USTORM_ISCSI_AG_CONTEXT_TX_CF (0x3<<0) /* BitField agg_vars2various aggregation variables Set when a message was received from the Tx STORM. For future use. */
1661 #define __USTORM_ISCSI_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
3020 * doorbell message sent to the chip
3038 * doorbell message sent to the chip
3131 u8_t extra_data_over_sgl_en_flg /* if set, put over sgl data from end of input message */;
3174 u16_t cqe_pause_thr_low /* number of remaining cqes under which, we send pause message */;
3175 u16_t cqe_pause_thr_high /* number of remaining cqes above which, we send un-pause message */;
3176 u16_t bd_pause_thr_low /* number of remaining bds under which, we send pause message */;
3177 u16_t bd_pause_thr_high /* number of remaining bds above which, we send un-pause message */;
3178 u16_t sge_pause_thr_low /* number of remaining sges under which, we send pause message */;
3179 u16_t sge_pause_thr_high /* number of remaining sges above which, we send un-pause message */;
4346 u16_t sge_pause_thr_low /* number of remaining sges under which, we send pause message */;
4347 u16_t sge_pause_thr_high /* number of remaining sges above which, we send un-pause message */;
7942 u32_t msg_addr_lo /* the message address on VF memory */;
7943 u32_t msg_addr_hi /* the message address on VF memory */;
7959 u8_t addr_valid /* indicates that a vf-pf message is pending. MUST be set AFTER the message address. */;
8080 u32_t msg_addr_lo /* message address on Vf (low 32 bits) */;
8081 u32_t msg_addr_hi /* message address on Vf (high 32 bits) */;
8133 * union for all event ring message types
8167 * event ring message element (each element is 128 bits) $$KEEP_ENDIANNESS$$
8174 union event_data data /* message data (96 bits data) */;
8191 struct event_ring_msg message /* event ring message */;
9017 VF_PF_CHANNEL_STATE_READY /* Channel is ready to accept a message from VF */,
9864 u16_t grq_thr_low /* number of remaining grqes under which, we send pause message */;
9865 u16_t cq_thr_low /* number of remaining cqes under which, we send pause message */;
9867 u16_t cq_thr_low /* number of remaining cqes under which, we send pause message */;
9868 u16_t grq_thr_low /* number of remaining grqes under which, we send pause message */;
9871 u16_t grq_thr_high /* number of remaining grqes above which, we send un-pause message */;
9872 u16_t cq_thr_high /* number of remaining cqes above which, we send un-pause message */;
9874 u16_t cq_thr_high /* number of remaining cqes above which, we send un-pause message */;
9875 u16_t grq_thr_high /* number of remaining grqes above which, we send un-pause message */;