Searched refs:bfi_ioc_ctrl_req_s (Results 1 – 2 of 2) sorted by relevance
454 struct bfi_ioc_ctrl_req_s { struct460 #define bfi_ioc_enable_req_t struct bfi_ioc_ctrl_req_s; argument461 #define bfi_ioc_disable_req_t struct bfi_ioc_ctrl_req_s;482 struct bfi_ioc_ctrl_req_s enable_req;483 struct bfi_ioc_ctrl_req_s disable_req;
1811 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()1831 bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_disable()3002 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg; in bfa_ioc_send_fwsync()