Home
last modified time | relevance | path

Searched refs:set_features (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/
D3w-9xxx.c134 u32 set_features, unsigned short current_fw_srl,
1109 u32 set_features, unsigned short current_fw_srl, in twa_initconnection() argument
1132 tw_initconnect->features = set_features; in twa_initconnection()
1139 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
1155 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
D3w-sas.c1008 u32 set_features, unsigned short current_fw_srl, in twl_initconnection() argument
1031 tw_initconnect->features = set_features; in twl_initconnection()
1038 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
1054 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
/linux-3.4.99/drivers/net/
Dtun.c125 netdev_features_t set_features; member
464 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES); in tun_net_fix_features()
1245 tun->set_features = features; in set_offload()