Home
last modified time | relevance | path

Searched refs:_attr_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/rdma/
H A Duverbs_ioctl.h486 #define UVERBS_ATTR_IDRS_ARR(_attr_id, _idr_type, _access, _min_len, _max_len, \ argument
489 .id = (_attr_id) + \
509 #define UVERBS_ATTR_IDR(_attr_id, _idr_type, _access, ...) \ argument
511 .id = _attr_id, \
517 #define UVERBS_ATTR_FD(_attr_id, _fd_type, _access, ...) \ argument
519 .id = (_attr_id) + \
527 #define UVERBS_ATTR_RAW_FD(_attr_id, ...) \ argument
529 .id = (_attr_id), \
532 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument
534 .id = _attr_id, \
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c52 #define DEFINE_QLA_DFS_RPORT_RW_ATTR(_attr_id, _attr) \ argument
56 return qla_dfs_rport_get(fp, _attr_id, val); \
61 return qla_dfs_rport_set(fp, _attr_id, val); \