Searched refs:notify_fw (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h60 void lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw);
92 lm_status_t lm_free_cid_resc(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw);
H A Dbnxe_context.c749 void lm_free_cid(struct _lm_device_t *pdev, u32_t type, u32_t cid, u8_t notify_fw){ argument
779 if (notify_fw)
1050 IN u8_t notify_fw)
1085 lm_free_cid(pdev, lm_map_cid_to_proto(pdev, cid), cid, notify_fw);
1046 lm_free_cid_resc( IN struct _lm_device_t *pdev, IN u32_t type, IN u32_t cid, IN u8_t notify_fw) argument
H A Dlm_sb.c216 u8_t notify_fw = FALSE; local
227 notify_fw = TRUE;
232 notify_fw = TRUE;
236 if (notify_fw) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c138 u8_t notify_fw = 1; local
160 notify_fw = 0;
163 lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw);
H A Dlm_l5.c2116 u8_t notify_fw = 1; local
2125 notify_fw = 0;
2127 lm_free_cid_resc(pdev, ISCSI_CONNECTION_TYPE, iscsi->cid, notify_fw);
2146 u8_t notify_fw = 1; local
2157 notify_fw = 0;
2160 lm_free_cid_resc(pdev, FCOE_CONNECTION_TYPE, fcoe->cid, notify_fw);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c4243 u8_t notify_fw = 0; local
4248 notify_fw = 1;
4250 lm_free_cid_resc(pdev, TOE_CONNECTION_TYPE, tcp->cid, notify_fw);

Completed in 99 milliseconds