Home
last modified time | relevance | path

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

/linux-5.19.10/include/rdma/
Duverbs_ioctl.h483 #define UVERBS_ATTR_IDRS_ARR(_attr_id, _idr_type, _access, _min_len, _max_len, \ argument
486 .id = (_attr_id) + \
506 #define UVERBS_ATTR_IDR(_attr_id, _idr_type, _access, ...) \ argument
508 .id = _attr_id, \
514 #define UVERBS_ATTR_FD(_attr_id, _fd_type, _access, ...) \ argument
516 .id = (_attr_id) + \
524 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument
526 .id = _attr_id, \
531 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument
533 .id = _attr_id, \
[all …]
/linux-5.19.10/drivers/scsi/qla2xxx/
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); \