Lines Matching defs:msg

73 	struct bnxt_qplib_cmdqmsg msg = {};
81 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req), sizeof(resp), 0);
82 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
95 struct bnxt_qplib_cmdqmsg msg = {};
116 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, &sbuf, sizeof(req),
118 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
209 struct bnxt_qplib_cmdqmsg msg = {};
227 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
229 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
277 struct bnxt_qplib_cmdqmsg msg = {};
290 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
292 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
346 struct bnxt_qplib_cmdqmsg msg = {};
377 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
379 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
409 struct bnxt_qplib_cmdqmsg msg = {};
434 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
436 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
446 struct bnxt_qplib_cmdqmsg msg = {};
477 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
479 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
492 struct bnxt_qplib_cmdqmsg msg = {};
503 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
505 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
515 struct bnxt_qplib_cmdqmsg msg = {};
536 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
538 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
553 struct bnxt_qplib_cmdqmsg msg = {};
572 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
574 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
592 struct bnxt_qplib_cmdqmsg msg = {};
601 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
603 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
624 struct bnxt_qplib_cmdqmsg msg = {};
685 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, NULL, sizeof(req),
687 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
749 struct bnxt_qplib_cmdqmsg msg = {};
765 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, &sbuf, sizeof(req),
767 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
832 struct bnxt_qplib_cmdqmsg msg = {};
857 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, &sbuf, sizeof(req),
859 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
943 struct bnxt_qplib_cmdqmsg msg = {};
993 bnxt_qplib_fill_cmdqmsg(&msg, cmd, &resp, NULL, req_size,
995 rc = bnxt_qplib_rcfw_send_message(res->rcfw, &msg);
1003 struct bnxt_qplib_cmdqmsg msg = {};
1022 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, &sbuf, sizeof(req),
1024 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg);
1087 struct bnxt_qplib_cmdqmsg msg = {};
1108 bnxt_qplib_fill_cmdqmsg(&msg, &req, &resp, &sbuf, sizeof(req),
1110 rc = bnxt_qplib_rcfw_send_message(res->rcfw, &msg);