Searched refs:_attr_id (Results 1 – 2 of 2) sorted by relevance
/linux/include/rdma/ |
A D | uverbs_ioctl.h | 483 #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) + \ 526 .id = _attr_id, \ 533 .id = _attr_id, \ 541 .id = _attr_id, \ 551 _attr_id, \ [all …]
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_dfs.c | 52 #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); \
|
Completed in 8 milliseconds