Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/brocade/bna/
H A Dbfi_cna.h54 struct bfi_port_generic_req enable_req; member
H A Dbfa_ioc.c1920 struct bfi_ioc_ctrl_req enable_req; in bfa_ioc_send_enable() local
1922 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()
H A Dbfi.h353 struct bfi_ioc_ctrl_req enable_req; member
/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c83 int enable_req; in enable_show() local
88 enable_req = drvdata->config.enable_req_count; in enable_show()
96 return sprintf(buf, "%d\n", !!enable_req); in enable_show()