Home
last modified time | relevance | path

Searched refs:cmdq_base (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h73 static inline u8 __get_cmdq_base_opcode(struct cmdq_base *req, u32 size) in __get_cmdq_base_opcode()
76 return ((struct cmdq_base *)GET_TLV_DATA(req))->opcode; in __get_cmdq_base_opcode()
81 static inline void __set_cmdq_base_opcode(struct cmdq_base *req, in __set_cmdq_base_opcode()
85 ((struct cmdq_base *)GET_TLV_DATA(req))->opcode = val; in __set_cmdq_base_opcode()
90 static inline __le16 __get_cmdq_base_cookie(struct cmdq_base *req, u32 size) in __get_cmdq_base_cookie()
93 return ((struct cmdq_base *)GET_TLV_DATA(req))->cookie; in __get_cmdq_base_cookie()
98 static inline void __set_cmdq_base_cookie(struct cmdq_base *req, in __set_cmdq_base_cookie()
102 ((struct cmdq_base *)GET_TLV_DATA(req))->cookie = val; in __set_cmdq_base_cookie()
107 static inline __le64 __get_cmdq_base_resp_addr(struct cmdq_base *req, u32 size) in __get_cmdq_base_resp_addr()
110 return ((struct cmdq_base *)GET_TLV_DATA(req))->resp_addr; in __get_cmdq_base_resp_addr()
[all …]
H A Dqplib_rcfw.h121 struct cmdq_base *req = r; in bnxt_qplib_rcfw_cmd_prep()
161 static inline u32 bnxt_qplib_get_cmd_slots(struct cmdq_base *req) in bnxt_qplib_get_cmd_slots()
176 static inline u32 bnxt_qplib_set_cmd_slots(struct cmdq_base *req) in bnxt_qplib_set_cmd_slots()
309 struct cmdq_base *req;
H A Dqplib_rcfw.c490 msg.req = (struct cmdq_base *)&req; in __destroy_timedout_ah()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h68876 typedef struct cmdq_base { struct