Searched refs:check_caps (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | mcdi.h | 339 efx->type->check_caps(efx, \
|
A D | net_driver.h | 1341 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
A D | siena.c | 1110 .check_caps = siena_check_caps,
|
/linux-6.3-rc2/fs/ceph/ |
A D | caps.c | 3337 unsigned char check_caps = 0; in handle_cap_grant() local 3511 check_caps = 1; in handle_cap_grant() 3530 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3532 check_caps = 2; /* check all caps */ in handle_cap_grant() 3547 check_caps = 2; in handle_cap_grant() 3605 if (check_caps == 1) in handle_cap_grant() 3607 else if (check_caps == 2) in handle_cap_grant()
|
A D | file.c | 1491 bool check_caps = false; in ceph_sync_write() local 1581 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write() 1582 if (check_caps) in ceph_sync_write()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ef100_nic.c | 1244 .check_caps = ef100_check_caps, 1331 .check_caps = ef100_check_caps,
|
A D | mcdi.h | 373 efx->type->check_caps(efx, \
|
A D | net_driver.h | 1436 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
A D | ef10.c | 4132 .check_caps = ef10_check_caps, 4270 .check_caps = ef10_check_caps,
|
Completed in 39 milliseconds