Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h124 lm_status_t lm_sq_post_entry(struct _lm_device_t * pdev,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3800 lm_status_t lm_sq_post_entry(struct _lm_device_t * pdev, in lm_sq_post_entry() function
3906 lm_status = lm_sq_post_entry(pdev,pending,priority); in lm_sq_post()
H A Dlm_stats.c459 lm_status = lm_sq_post_entry(pdev,&(stats_fw->stats_sp_list_command),CMD_PRIORITY_HIGH); in lm_stats_fw_post_request()