Searched refs:enable_req (Results 1 – 4 of 4) sorted by relevance
54 struct bfi_port_generic_req enable_req; member
1920 struct bfi_ioc_ctrl_req enable_req; in bfa_ioc_send_enable() local1922 bfi_h2i_set(enable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_ENABLE_REQ, in bfa_ioc_send_enable()1924 enable_req.clscode = htons(ioc->clscode); in bfa_ioc_send_enable()1925 enable_req.rsvd = htons(0); in bfa_ioc_send_enable()1927 enable_req.tv_sec = ntohl(ktime_get_real_seconds()); in bfa_ioc_send_enable()1928 bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req)); in bfa_ioc_send_enable()
353 struct bfi_ioc_ctrl_req enable_req; member
83 int enable_req; in enable_show() local88 enable_req = drvdata->config.enable_req_count; in enable_show()96 return sprintf(buf, "%d\n", !!enable_req); in enable_show()