Searched refs:bfi_ioc_ctrl_req_s (Results 1 – 2 of 2) sorted by relevance
453 struct bfi_ioc_ctrl_req_s { struct459 #define bfi_ioc_enable_req_t struct bfi_ioc_ctrl_req_s; argument460 #define bfi_ioc_disable_req_t struct bfi_ioc_ctrl_req_s;481 struct bfi_ioc_ctrl_req_s enable_req;482 struct bfi_ioc_ctrl_req_s disable_req;
1810 struct bfi_ioc_ctrl_req_s enable_req; in bfa_ioc_send_enable()1818 bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_enable()1824 struct bfi_ioc_ctrl_req_s disable_req; in bfa_ioc_send_disable()1828 bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_disable()2999 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg; in bfa_ioc_send_fwsync()